I'm having the same problem. Would you be able to provide some more info or
perhaps an example on how to do this? According to the Tomcat documentation
I believe I have set this up correctly but I still do not see any output.

in ${Catalinba.base}/conf/logging.properties I've created a filehandle:

..., 6ABC.org.apache.juli.FileHandler...

...

6ABC.org.apache.juli.FileHandler.level = FINE
6ABC.org.apache.juli.FileHandler.directory = ${catalina.base}/logs
6ABC.org.apache.juli.FileHandler.prefix = ABC.
...

and assigned it to a logger:
...
org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/ABC].level =
FINE
org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/ABC].handlers
= 6ABC.org.apache.juli.FileHandler
...

The new file appears in ${catalina.base}/logs but it never receives any
data. It appears that Jenkins is not outputting to the default logger
described in the Tomcat documentation but I'm not sure how to verify this.

Thanks



--
View this message in context: 
http://jenkins-ci.361315.n4.nabble.com/logging-to-another-file-than-catalina-out-tp2318393p4676717.html
Sent from the Jenkins users mailing list archive at Nabble.com.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to