You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we change Nginx log format by following the instruction, httpd section of Logwatch doesn't work.
To solve this problem, we can change setting of Logwatch, however, I think it's much better that no such change/modification is required.
Do you have a specific reason for the suggested format?
If no, I'd recommend that the log format is combined+request_time:
munin-nginx_request_time don't take care of logwatch.
Generally, logwatch watch nginx's access_log that is placed /var/log/nginx/access.log.
If you don't want to track access.log, you can change log name to add nginx access_log directive.
And modify your logwatch configration to exclude tsv access log (request_time_stats.log).
If we change Nginx log format by following the instruction, httpd section of Logwatch doesn't work.
To solve this problem, we can change setting of Logwatch, however, I think it's much better that no such change/modification is required.
Do you have a specific reason for the suggested format?
If no, I'd recommend that the log format is combined+request_time:
, which is OK with Logwatch at least my server.
If you can accept this, I can make PR of the corresponding code.
The text was updated successfully, but these errors were encountered: