Changing subsystem on Logging page changes all subsystems #1904
Comments
joschi
pushed a commit
that referenced
this issue
May 24, 2016
joschi
pushed a commit
that referenced
this issue
May 24, 2016
joschi
pushed a commit
that referenced
this issue
May 24, 2016
joschi
pushed a commit
that referenced
this issue
May 24, 2016
dennisoelkers
added a commit
that referenced
this issue
May 24, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem description
Changing any Subsystem on the Logging page (except "Subsystem: Graylog") changes the level for all subsystems.
Steps to reproduce the problem
Analysis
It looks like the LoggersResource#setLoggerLevel() method changes the root logger instead of the requested class because there is no explicit config for that. The graylog subsystem does not change because our default
log4j2.xml
has an explicit configuration for that.I guess this is a behaviour change in log4j2.
Environment
The text was updated successfully, but these errors were encountered: