-
Notifications
You must be signed in to change notification settings - Fork 474
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
parsing other log-files #81
Comments
ngxtop -l /path/to/app.access.log ? |
https://imgur.com/oPtwmaL |
@belaoulidris This was happening to me too and my nginx config is using a custom log format, which turned out to be the issue. Check your nginx.conf file to see if you're doing the same (grep for
|
Thanks, @joshnabbott that works now, indeed it was a custom log file and I had to pass the log format to get it to work. |
Hi
is there a way to parse other log files other then access.log, for example app.access.log ?
The text was updated successfully, but these errors were encountered: