Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8258012 | 17 | Koichi Sakata | P4 | Closed | Not an Issue |
In Unified Logging options can be specified up to four (-Xlog[:[selections][:[output][:[decorators][:output-options]]]]).
But it’s possible to specify options with more colons like `java -Xlog:::::`.
It’s better to show a message when more options are specified than maximum number.
But it’s possible to specify options with more colons like `java -Xlog:::::`.
It’s better to show a message when more options are specified than maximum number.
- backported by
-
JDK-8258012 UL: -Xlog does not check number of options
- Closed