Hi everyone, We recently switched to Storm 0.9.2 which moved to logback. We use the slf4j API and provide a log4j.properties in our topology jar but noticed the log levels set in the log4j.properties were not being honored. I read in the doc for log4j-over-slf4j[1] that 'Note that as a result of this migration, log4j configuration files will no longer be picked up.' So I converted my log4j.properties to logback.xml and re-deployed the topology but the log levels still don't seem to be honored. Does anyone have any suggestions on things I should try?
[1] - http://www.slf4j.org/legacy.html
