Closed MPV closed 1 day ago
The default log level is info.
The default log level is info.
The ""
(linked above) evaluated to null
, which the agent seemed to evaluate to debug.
We had to add these explicitly to get it to do info-level logging:
env:
agent:
log_level: "info"
helper:
log_level: "info"
It seems the agents (but not the helper) logs at
debug
level by default (and notinfo
as it says it should default to):Since we were seeing
[debug]
logs (and millions of lines per agent per hour), until we explicitly setconfiguration.env.agent.log_level
toinfo
.