-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Description
Still unclear logging behavior
I do not want to see debug messages in the application logs, but I want to see them when executing a curl request with the debug=true option.
You implemented the --log.level and --log.prober options, but they do not separate logs. When I set --log.level=info, I still see debug messages. In version 0.26.0, when making a curl request with debug=true, I get extended curl logs and INFO logs in the exporter's logs. When I make a curl request without debug=true, I do not get extended curl logs and I get INFO logs in the exporter's logs. This means the service is capable of separating log streams.
It is necessary to finally separate the log streams, because currently we either have no logs at all or everything gets spammed with logs.