-
Bug
-
Resolution: Fixed
-
P5
-
10, 11, 12
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8216243 | 13 | Daniel Fuchs | P5 | Resolved | Fixed | team |
A DESCRIPTION OF THE PROBLEM :
The default logging.properties (conf/logging.properties) sets a log level for the a logger with the name "com.xyz.foo":
# For example, set the com.xyz.foo logger to only log SEVERE
# messages:
com.xyz.foo.level = SEVERE
This line should probably be commented out.
The default logging.properties (conf/logging.properties) sets a log level for the a logger with the name "com.xyz.foo":
# For example, set the com.xyz.foo logger to only log SEVERE
# messages:
com.xyz.foo.level = SEVERE
This line should probably be commented out.
- backported by
-
JDK-8216243 Default logging.properties sets log level for com.xyz.foo
- Resolved