Log into an additional file at Apache Karaf using DSL

2011-07-18 Thread Echo
PM org.apache.karaf.main.SimpleFileLock lock INFO: locking The question is : how could I log intonew.log just in case a specific processor . Others will be logged into the karaf.log !! -- View this message in context: http://camel.465427.n5.nabble.com/Log-into-an-additional-file-at-Apache-Karaf

Re: Log into an additional file at Apache Karaf using DSL

2011-07-18 Thread Łukasz Dywicki
is : how could I log intonew.log just in case a specific processor . Others will be logged into the karaf.log !! -- View this message in context: http://camel.465427.n5.nabble.com/Log-into-an-additional-file-at-Apache-Karaf-using-DSL-tp4600390p4600390.html Sent from the Camel Development mailing

Re: Log into an additional file at Apache Karaf using DSL

2011-07-18 Thread Echo
this message in context: http://camel.465427.n5.nabble.com/Log-into-an-additional-file-at-Apache-Karaf-using-DSL-tp4600390p4600498.html Sent from the Camel Development mailing list archive at Nabble.com.

Re: Log into an additional file at Apache Karaf using DSL

2011-07-18 Thread Łukasz Dywicki
log4j.appender.new.maxBackupIndex=10 Regarding the 2nd Step : Is that what u meant : log4j.rootLogger=INFO,new, osgi:VmLogAppender -- View this message in context: http://camel.465427.n5.nabble.com/Log-into-an-additional-file-at-Apache-Karaf-using-DSL-tp4600390p4600498.html Sent

Re: Log into an additional file at Apache Karaf using DSL

2011-07-18 Thread Echo
log4j.appender.sift.appender.file=${karaf.data}/log/$\\{bundle.name\\}.log log4j.appender.sift.appender.append=true -- View this message in context: http://camel.465427.n5.nabble.com/Log-into-an-additional-file-at-Apache-Karaf-using-DSL-tp4600390p4600564.html Sent from the Camel Development mailing

Re: Log into an additional file at Apache Karaf using DSL

2011-07-18 Thread Echo
and log into the new.log -- View this message in context: http://camel.465427.n5.nabble.com/Log-into-an-additional-file-at-Apache-Karaf-using-DSL-tp4600390p4600588.html Sent from the Camel Development mailing list archive at Nabble.com.

Re: Log into an additional file at Apache Karaf using DSL

2011-07-18 Thread Claus Ibsen
in the Java code. -- View this message in context: http://camel.465427.n5.nabble.com/Log-into-an-additional-file-at-Apache-Karaf-using-DSL-tp4600390p4600588.html Sent from the Camel Development mailing list archive at Nabble.com. -- Claus Ibsen - FuseSource Email: cib

Re: Log into an additional file at Apache Karaf using DSL

2011-07-18 Thread Echo
has been logged into new.log 20:41:07,352 | INFO | qtp3901595-74| new | rg.apache.camel.processor.Logger 213 | 51 - org.apache.camel.camel-core - 2.6.0 | Hello NewLogger -- View this message in context: http://camel.465427.n5.nabble.com/Log-into-an-additional-file-at-Apache-Karaf-using-DSL