]
Tomaz Cerar closed WFCORE-1010.
-------------------------------
Fix Version/s: 2.2.0.Final
Resolution: Out of Date
standalone.sh hard codes boot log
---------------------------------
Key: WFCORE-1010
URL:
https://issues.jboss.org/browse/WFCORE-1010
Project: WildFly Core
Issue Type: Patch
Components: Scripts
Reporter: Philippe Marschall
Assignee: James Perkins
Fix For: 2.2.0.Final
The {{standalone.sh}} file hard codes the {{org.jboss.boot.log.file}} property to
{{server.log}}. This is inconvenient because it overrides the dynamic configuration in
{{logging.properties}} which is set to ${org.jboss.boot.log.file:boot.log}. Maybe the
value in logging.properties should instead default to {{server.log}}.