Good Morning All,

I have written a Jenkins plugin which exposes a custom Builder, which may 
be added as a build step within jobs.

The builder invokes some POJO code from another one of my projects. This 
project writes progress information out via slf4j. I have found that these 
log statements are being directed to the jenkins log file, which is cool, 
but it means that there is no visible progress statements placed in the 
console output for the job.

Is there any advice on how best I can re-configure Jenkins' logger so it 
will take my logged statements via slf4j and direct them to both the 
console output as well as the Jenkins log file?

Thanks,

jwa.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to