Open denji opened 6 years ago
Cool! Do you need support for basic format? (same as example configuration)
nginx log format seems very configurable, so I may be able to support only basic format for nginx logs.
@denji I have to review custom format support, but I'm willing to support custom option. It would greatly increase the flexibility of the flog.
https://github.com/gsquire/topngx
topngx -f '$remote_addr - $remote_user [$time_local] "$request" $status $bytes_sent' info
@denji I really like the expressive custom format definition of topngx as opposed to the %d %v things in goaccess
I feel custom log format should be a first class citizen