This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 242275 - Customize Glassfish Output Log-Level Colors
Summary: Customize Glassfish Output Log-Level Colors
Status: NEW
Alias: None
Product: serverplugins
Classification: Unclassified
Component: GlassFish (show other bugs)
Version: 8.0
Hardware: PC Mac OS X
: P2 normal with 1 vote (vote)
Assignee: TomasKraus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-24 12:54 UTC by rherschke
Modified: 2015-03-10 15:24 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description rherschke 2014-02-24 12:54:16 UTC
Currently, the glassfish logging output has the following colors defined:

Level.INFO = light gray
Level.FINE, Level.FINER, Level.FINEST = light green
Level.WARNING, Level.SEVERE = light red

These color mappings are fixed, but should not!

Please let us customize these colors. The light green looks horrible! It assumes, that a message logged with Level.FINE is more important than Level.INFO messages, which is not true in some cases.

Thx