Bug 1212078 - Customizable Console Log Viewer
Summary: Customizable Console Log Viewer
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: JBoss Enterprise Application Platform 6
Classification: JBoss
Component: Logging
Version: 6.4.0,6.4.1
Hardware: Unspecified
OS: Linux
unspecified
medium
Target Milestone: ---
: ---
Assignee: James Perkins
QA Contact: Nikoleta Hlavickova
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-04-15 14:02 UTC by Carl
Modified: 2017-02-20 14:39 UTC (History)
6 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2017-02-20 14:39:42 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Bugzilla 1191180 0 unspecified CLOSED The Console log viewer doesn't allow you to view full log. 2021-02-22 00:41:40 UTC
Red Hat Issue Tracker WFLY-4519 0 Optional Closed Customizable Console Log Viewer 2019-07-31 13:03:24 UTC

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.


Note You need to log in before you can comment on or make changes to this bug.