Bug 1016652

Summary: Unify console logs of post-install configuration tasks
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Petr Kremensky <pkremens>
Component: InstallerAssignee: Thomas Hauser <thauser>
Status: CLOSED CURRENTRELEASE QA Contact: Petr Kremensky <pkremens>
Severity: low Docs Contact:
Priority: unspecified    
Version: 6.2.0   
Target Milestone: ER6   
Target Release: EAP 6.2.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-12-15 16:19:20 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:

Description Petr Kremensky 2013-10-08 13:25:53 UTC
Description of problem:
 Currently only domain post-install configuration is logged to console. I think we should either log both or none of them.

Version-Release number of selected component (if applicable):
 EAP 6.2.0 ER5

How reproducible:
 always

Steps to Reproduce:
 1. Configure some of post-install tasks.
 2. Observe console for post-install configuration logs.

Actual results:
 Only domain post-install configuration is logged to console.

Expected results:
 Both or none of server modes should be logged to console.

Comment 1 Thomas Hauser 2013-10-15 14:33:58 UTC
We now print all of the output from all commands. They are kept within a new file: InstallationLog.txt. This new file will also contain the server startup process, as well as any other external commands that are being run.

The postinstall-*.log files have been removed, since this new file will contain all of the contents anyway. 

This mirrors the FSW et al installer logging methodology.

Comment 2 Petr Kremensky 2013-10-18 09:39:49 UTC
All possible information (also CLI commnad outputs) can be now found inside InstallationLog.txt file.

Verified on EAP 6.2.0.ER6 installer.