You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Maciej Jaros (Jira)" <ji...@apache.org> on 2021/08/27 13:38:00 UTC

[jira] [Created] (NETBEANS-5954) Option to show error levels in debug log

Maciej Jaros created NETBEANS-5954:
--------------------------------------

             Summary: Option to show error levels in debug log
                 Key: NETBEANS-5954
                 URL: https://issues.apache.org/jira/browse/NETBEANS-5954
             Project: NetBeans
          Issue Type: New Feature
          Components: debugger - Java
    Affects Versions: 12.3
         Environment: Env: Windows 10, NB 12.3, Java 15.
            Reporter: Maciej Jaros


When I debug a Java application messages with "[WARNING]" are in light yellow and not really visible (at least by default). I can change the color, but the "[WARNING]" text is removed (same as for other levels).

So it would be nice to have an option to show error level texts in debug output. So basically just disable removal and let me decide if I want colors in the output or not, but still be able to distinguish error from warning.

BTW. Log4j loggers might show "[WARN]", not "[WARNING]". So this is also kind of confusing to have one prefixed with level and not the other.

PS: A workaround is to setup log4j ConversionPattern to have a space e.g. "[%p ]" or "[%-8p]". NB dosen't recognise levels then... But that's hacky.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists