Re: Logging a Camel in Eclipse

2014-04-24 Thread Stephen Cameron
Hi Willem, Removing the 'test' scope has fixed my problems. On Thu, Apr 24, 2014 at 11:35 PM, Willem Jiang wrote: > It looks like the test scope dependency of slf4j-log4j12 doesn’t work > there. > Can you double check your eclipse class path to see if the slf4j-log4j12 > jar is there? > > -- >

Re: Logging a Camel in Eclipse

2014-04-24 Thread Willem Jiang
It looks like the test scope dependency of slf4j-log4j12 doesn’t work there. Can you double check your eclipse class path to see if the slf4j-log4j12 jar is there? -- Willem Jiang Red Hat, Inc. Web: http://www.redhat.com Blog: http://willemjiang.blogspot.com (English) http://jnn.iteye.com (Chi

Logging a Camel in Eclipse

2014-04-24 Thread Stephen Cameron
Hi, I want to get Camel log info to a rolling file but cannot get it working in Eclipse. I have all the right Maven dependencies and a log4j.properties file in src/main/resources. I see the following appear at the console when I run my Camel application. SLF4J: Failed to load class "org.slf4j.imp