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

Summary: Customize Glassfish Output Log-Level Colors
Product: serverplugins Reporter: rherschke
Component: GlassFishAssignee: TomasKraus
Status: NEW ---    
Severity: normal CC: keeperlink
Priority: P2    
Version: 8.0   
Hardware: PC   
OS: Mac OS X   
Issue Type: ENHANCEMENT Exception Reporter:

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