Skip to content

Instantly share code, notes, and snippets.

@lorello
Created September 8, 2020 21:36
Show Gist options
  • Select an option

  • Save lorello/9c0bb25194d403c53963b4cb15ccbbaa to your computer and use it in GitHub Desktop.

Select an option

Save lorello/9c0bb25194d403c53963b4cb15ccbbaa to your computer and use it in GitHub Desktop.
Realtime accesslog statistic of Traefik web router with goaccess
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