The current defaults means that if you specify -Xlog:all=info you would get duplicate lines for errors and warnings, since both stdout and stderr would be configured to include that logging.
An easy fix for this would be to make stdout the default output instead.
An easy fix for this would be to make stdout the default output instead.
- relates to
-
JDK-8151006 Duplicate warning logging
-
- Resolved
-