agent syslog always runs at NOTICE level #15087
Labels
good first issue
help-wanted
We encourage community PRs for these issues!
theme/config
theme/logging
type/bug
Milestone
The rarely-used
enable_syslog
configuration emits Nomad agent logs to a syslog interface. While debugging a problem for an internal user, I noticed that they were only getting high-level logs. When we configure syslog atcommand.go#L478
we set the log-level to NOTICE, which means even if the agent is set to log at debug, only NOTICE-level and below will actually get emitted on the syslog interface.(Note this is entirely unrelated to any allocation logs, which are covered under other open issues.)
The text was updated successfully, but these errors were encountered: