Created
September 8, 2020 21:36
-
-
Save lorello/9c0bb25194d403c53963b4cb15ccbbaa to your computer and use it in GitHub Desktop.
Realtime accesslog statistic of Traefik web router with goaccess
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| docker logs -f traefik | \ | |
| goaccess \ | |
| --log-format "%h %^ %e [%d:%t %^] \"%r\" %s %b \"%R\" \"%u\" %^ \"%v\" \"%^\" %Lms" \ | |
| --date-format "%d/%b/%Y" --time-format "%H:%M:%S" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment