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 182237 - [69cat] Add option to include log name / timestamp to server output
Summary: [69cat] Add option to include log name / timestamp to server output
Status: NEW
Alias: None
Product: serverplugins
Classification: Unclassified
Component: GlassFish (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 normal (vote)
Assignee: Vince Kraemer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-17 16:05 UTC by jpleed3
Modified: 2013-05-14 00:54 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 jpleed3 2010-03-17 16:05:34 UTC
I'm putting this in the Glassfish v3 component to start out since that's the plugin I'm using. Feel free to push it up.

I'd like to see a couple of options for the server's log output. 

1. Most importantly of the two would be the timestamp for the message. It doesn't have to be the long version; just hhmmss or hhmmss:SSS would be plenty useful. Perhaps there could be a checkbox to enable timestamp output and a field for a SimpleDateFormat-like pattern for how to output it?

2. It would also be useful to see the name of the logger that the message came from. In some cases, the full name of the logger would be too long to display while still showing the actual message. Instead, how about showing the 'simple name' of the logger, i.e. everything that comes after the last dot?
Comment 1 Vince Kraemer 2010-03-17 17:20:41 UTC
The content of the log window is controlled by each plugin...