Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1212078

Summary: Customizable Console Log Viewer
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Carl <carlton.zachary>
Component: LoggingAssignee: James Perkins <jperkins>
Status: CLOSED NOTABUG QA Contact: Nikoleta Hlavickova <nziakova>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 6.4.0, 6.4.1CC: bbaranow, bmaxwell, brian.stansberry, istudens, jdoyle, msochure
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-02-20 14:39:42 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:

Description Carl 2015-04-15 14:02:02 UTC
Description of problem:


Currently the Console log viewer only points to jboss.server.log.dir. In our Domain environment we have our server.log write to a non-default location. This is defined in the host-slave.xml as:

<paths>
<path name="custom.jboss.server.log.dir" path="/apps/logs/server1"/>
</paths>

it is then referenced in the domain.xml file logging subsystem as:

<file relative-to="custom.jboss.server.log.dir" path="server.log"/>

Can the Console logviewer be enhanced to allow it to be configured to point to a custom server.log location?

https://bugzilla.redhat.com/show_bug.cgi?id=1191180

Thanks


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


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 2 James Perkins 2015-06-04 17:12:50 UTC
This was intentionally done to prevent the log viewer from being a file server. There's also a security risk to opening it up to other directories as well. Any dummy handler could created and point to any directory the user running EAP is allowed to read giving file access to the files in the directory.

Comment 3 baranowb 2016-03-07 08:26:12 UTC
dev-: this is RFE, different process covers issues like this. Once PMs push it, it can be flipped to proper state.

Comment 4 Brad Maxwell 2017-02-20 14:39:42 UTC
Closing as this is not a bug, to request a feature request, you should open a support case.