You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@storm.apache.org by Jonathan Logan <jm...@buffalo.edu> on 2013/11/26 17:05:12 UTC

Logback XML Alternative Locations

Is there any reason why the logback.xml is specified as a command-line
argument for workers? I want to use a custom adapter, but in order to do
this, it would require modifying the master logback.xml file AND adding a
jar to the lib folder. Is there any better way to do this? Ideally I would
like to bundle both into my topology's jar, but the system property
overrides the bundled logback.xml file.