Merge pull request #32 from WebDragon/patch-2

New sheet: ccze for colorizing logs
pull/33/head
Igor Chubin 6 years ago committed by GitHub
commit e0edd42dd5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,4 @@
# ccze usage with named pipe for coloring tail of multiple logfiles at once:
mkfifo pipe
tail -s .5 -n 120 -f httpd_access_log httpd_error_log httpd_modsec_audit_log >pipe &
ccze < pipe
Loading…
Cancel
Save