Re: Logback logger

2015-05-14 Thread Davide Simoncelli
Thank you for your help. It worked. On 14 May 2015 5:17 pm, "Tommy Becker" wrote: > Sorry for not being clear, I'm saying we include logback.xml in the tasks > *jar* file, not just the Samza job's tarball. > > On 05/14/2015 11:19 AM, Davide Simoncelli wrote: > > It is included and the root level

Re: Logback logger

2015-05-14 Thread Tommy Becker
Sorry for not being clear, I'm saying we include logback.xml in the tasks *jar* file, not just the Samza job's tarball. On 05/14/2015 11:19 AM, Davide Simoncelli wrote: It is included and the root level is set to info. But it prints debug logs as well. Also looking how class path is built in

Re: Logback logger

2015-05-14 Thread Davide Simoncelli
It is included and the root level is set to info. But it prints debug logs as well. Also looking how class path is built in run-class.sh, it doesn’t include the lib folder where the logback.xml is stored in. Davide > On 14 May 2015, at 3:55 pm, Tommy Becker wrote: > > We use logback as well

Re: Logback logger

2015-05-14 Thread Tommy Becker
We use logback as well and simply include logback.xml in the task's jar file. On 05/14/2015 08:48 AM, Davide Simoncelli wrote: Hello, I’m using logback in a Samza project I’m working on. In the dist.tar.gz package slf4j-log4j12 is not included. But logback requires the configuration file to be