After changing from nightly to stable last week I have the following situation on Ubnutu 22.04.02: apache.log is filled with request coming from netdata like: 127.0.0.1 - - [15/May/2023:11:36:17 +0000] "GET /server-status?auto HTTP/1.1" 200 776 "-" "Go-http-client/1.1" and others. Changing in web_log.conf does not affect this, why?
#Go-http-client/1.1 fills my apache.log with requests
1 messages · Page 1 of 1 (latest)
hi, the queries to /server-status are initiated by the apache module, not web_log
you can disable the apache module, or tell apache not to log queries to "/server-status?auto"
or not to log queries from localhost with user agent Go-http-client or whatever you prefer
thanks!