[
https://issues.apache.org/jira/browse/STORM-184?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13865757#comment-13865757
]
P. Taylor Goetz commented on STORM-184:
---------------------------------------
Currently the way to customize logging configuration is to modify
{{$STORM_HOME/logback/cluster.xml}}
The log viewer daemon depends on that file to be able to find and display
worker logs. Overriding it would break the log viewer functionality.
> workers should use user defined logback configurationFile
> ---------------------------------------------------------
>
> Key: STORM-184
> URL: https://issues.apache.org/jira/browse/STORM-184
> Project: Apache Storm (Incubating)
> Issue Type: Bug
> Reporter: caofangkun
> Priority: Minor
>
> nohup storm -c logback.configurationFile=/tmp/cluster.xml supervisor &
> but the workers will always use '$STORM_HOME/logback/cluster.xml'
> https://github.com/apache/incubator-storm/blob/master/storm-core/src/clj/backtype/storm/daemon/supervisor.clj#L458
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)