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:
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.
dev-: this is RFE, different process covers issues like this. Once PMs push it, it can be flipped to proper state.
Closing as this is not a bug, to request a feature request, you should open a support case.