[
https://issues.jboss.org/browse/WFCORE-918?page=com.atlassian.jira.plugin...
]
Brian Stansberry updated WFCORE-918:
------------------------------------
Fix Version/s: 3.0.0.Beta1
I'm scheduling this for 3 as AFAIK it's not blocking anything required for 2 and
it won't make 2.0.0.CR1.
Allow embedded server logging to be overridden by properties
------------------------------------------------------------
Key: WFCORE-918
URL:
https://issues.jboss.org/browse/WFCORE-918
Project: WildFly Core
Issue Type: Feature Request
Reporter: Ken Wills
Assignee: Ken Wills
Fix For: 3.0.0.Beta1
For example:
$ export JBOSS_HOME=/home/kwills/git/wildfly/build/target/wf/
$ java -jar wildfly-10.0.0.CR1-SNAPSHOT/bin/client/jboss-cli-client.jar
-Djboss.server.base.dir=standalone1 -Djboss.server.log.dir=log
[disconnected /] embed-server --std-out=echo
This should log to $JBOSS_HOME/standalone1/log
The properties available to override are:
jboss.server.base.dir defaults to jbossHome.getAbsolutePath() + File.separator +
"standalone" ("domain" for domain servers).
jboss.server.configuration.dir defaults to "configuration"
jboss.server.log.dir defaults to log
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)