Bug 1083078

Summary: [DRD] Add documentation of garbage collector logging
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Petr Kremensky <pkremens>
Component: DocumentationAssignee: Russell Dickenson <rdickens>
Status: CLOSED CURRENTRELEASE QA Contact: Russell Dickenson <rdickens>
Severity: urgent Docs Contact:
Priority: unspecified    
Version: 6.3.0Keywords: Documentation, Triaged
Target Milestone: CR1   
Target Release: EAP 6.3.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-06-28 15:29:48 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1051640    

Description Petr Kremensky 2014-04-01 12:49:58 UTC
Description of problem:
EAP6-121 - Enable Garbage Collection Logging by Default [1]

Logging introduction chapter [2] might be a best place for this

EAP in standalone mode logs the activity of garbage collector into $EAP_HOME/standalone/log/gc.log file

This is not supported on IBM Jdk.

[1] - https://issues.jboss.org/browse/EAP6-121
[2] - http://documentation-devel.engineering.redhat.com/site/documentation/en-US/JBoss_Enterprise_Application_Platform/6.3/html-single/Administration_and_Configuration_Guide/index.html#sect-Introduction-3

Comment 1 Russell Dickenson 2014-04-30 23:11:12 UTC
I have added a new topic to the A&C Guide:
 About Garbage Collection Logging [30656]

It immediately follows the "Configure Boot Logging" content as I thought this was an appropriate location for it.

I will set this BZ ticket to ON_QA when the updated guide is available on the docs-devel site.

Comment 2 Russell Dickenson 2014-05-01 00:11:23 UTC
The description of Garbage Collection Logging is available for review in revision 6.3.0-14 (or higher) at [1].


[1] http://documentation-devel.engineering.redhat.com/site/documentation/en-US/JBoss_Enterprise_Application_Platform/6.3/html-single/Administration_and_Configuration_Guide/index.html#About_Garbage_Collection_Logging

Comment 3 Petr Kremensky 2014-05-05 10:41:37 UTC
Verified during EAP 6.3.0.ER3 testing cycle.