contrib/systemd: log_config.yaml: do not disable existing loggers

It turned out that merely configuring the root logger is not enough for
"catch-all" semantics. The logging subsystem also needs to be told not
to disable existing loggers (so that their messages will get propagated
to handlers up the logging hierarchy, not just silently discarded).

Signed-off-by: Ivan Shapovalov <intelfx100@gmail.com>
pull/4/merge
Ivan Shapovalov 10 years ago
parent d70c847b4f
commit 53ef3a0bfe
  1. 2
      contrib/systemd/log_config.yaml

@ -21,3 +21,5 @@ handlers:
root:
level: INFO
handlers: [journal]
disable_existing_loggers: False

Loading…
Cancel
Save