Re: Logging levels

2014-04-20 Thread 朱春来
Try to modify the property file of log4j which is in the $STROM_HOME/log4j 2014-04-19 6:59 GMT+08:00 Software Dev : > How can one change the log levels.. the output is insane! > -- Thanks, Chunlai

Re: Logging levels

2014-04-21 Thread Software Dev
Is there any way to adjust this per topology or project as opposed to system wide? On Sun, Apr 20, 2014 at 11:23 PM, 朱春来 wrote: > Try to modify the property file of log4j which is in the $STROM_HOME/log4j > > > 2014-04-19 6:59 GMT+08:00 Software Dev : > >> How can one change the log levels.. the

Re: Logging levels

2014-04-21 Thread Harsha
I don't think you can change logging levels per topology at this point. Take a look at $STORM_HOME/logback/cluster.xml it gets passed to a worker as logback.configurationFile by supervisor. -Harsha. On Mon, Apr 21, 2014, at 09:42 AM, Software Dev wrote: > Is there any way to adjust this per topolo

Re: Logging levels

2014-04-21 Thread Lin Zhao
You should probably add a new logger and appender for your topology such that it doesn't include storm's infrastructure logging. e. g. myApp.log %d{-MM-dd HH:mm:ss} %c{1} [%p] %m%n On Mon, Apr 21, 2014 at 9:42 AM, Software Dev wrote: > Is there any w

RE: Logging levels

2014-04-24 Thread Gibson, Richard
...@groupon.com] Sent: 21 April 2014 18:10 To: user@storm.incubator.apache.org Subject: Re: Logging levels You should probably add a new logger and appender for your topology such that it doesn't include storm's infrastructure logging. e. g. myApp.log %d{-MM-dd HH:mm:ss} %c{1}