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 150557

Summary: Provide a way to enable detailed logging from the IDE
Product: ruby Reporter: Erno Mononen <emononen>
Component: ProjectAssignee: Erno Mononen <emononen>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description Erno Mononen 2008-10-17 15:46:01 UTC
To make it easier for users to submit logs with detailed logging enabled. Options -> Misc -> Ruby is likely the best 
place for this.
Comment 1 Erno Mononen 2008-10-17 16:22:17 UTC
Implemented in #9b3ee8a8bfbe, will push later. The check boxes control the following loggers:

org.netbeans.modules.ruby
org.rubyforge.debugcommons

For the former the level is set to FINE and for the latter to FINEST when the respective check boxes are selected. If 
they were already configured to use a lower level in a config file, they will be checked by default, but unchecking 
them will have no effect. Possibly will handle this as a defect and fix later. 
Comment 2 Quality Engineering 2008-10-21 04:06:24 UTC
Integrated into 'main-golden', will be available in build *200810210201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/9b3ee8a8bfbe
User: Erno Mononen <emononen@netbeans.org>
Log: #150557: Provide a way to enable detailed logging from the IDE