Difference between revisions of "Crit"
Jump to navigation
Jump to search
(One intermediate revision by the same user not shown) | |||
Line 2: | Line 2: | ||
zcat -f /var/log/nginx/error.log* | grep "\[crit\]" | zcat -f /var/log/nginx/error.log* | grep "\[crit\]" | ||
+ | zcat -f /var/log/nginx/error.log* | grep "\[crit\]" | [[grep -v]] tls_early_post_process_client_hello | ||
+ | |||
Line 7: | Line 9: | ||
+ | == See also == | ||
+ | * {{error.log}} | ||
− | + | [[Category:Crit]] |
Latest revision as of 10:17, 25 October 2024
zcat -f /var/log/nginx/error.log* | grep "\[crit\]" zcat -f /var/log/nginx/error.log* | grep "\[crit\]" | grep -v tls_early_post_process_client_hello
zcat -f /var/log/nginx/error.log* | grep "\[crit\]" | grep tls_early_post_process_client_hello | cut -d " " -f1 | sort | uniq -c
See also[edit]
Advertising: