-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P5
-
Affects Version/s: 10, 11, 12
-
Component/s: core-libs
| 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
-