[JIRA] Closed: (LBACCESS-5) LogbackValve misses setFilename(String)

[ http://jira.qos.ch/browse/LBACCESS-5?page=com.atlassian.jira.plugin.system.i... ] Ceki Gulcu closed LBACCESS-5. -----------------------------
LogbackValve misses setFilename(String) ---------------------------------------
Key: LBACCESS-5 URL: http://jira.qos.ch/browse/LBACCESS-5 Project: logback-access Issue Type: Bug Components: Other Affects Versions: unspecified Environment: Operating System: Linux Platform: PC Reporter: Stefan Armbruster Assignee: Ceki Gulcu Fix For: 0.9.10
There's no way to specify a different filename for logback-access.xml in LogbackValve because its setter method is missing. The following snippet of server.xml should work: <Valve className="ch.qos.logback.access.tomcat.LogbackValve" filename="my_logback_access.xml"/> But the default logfile ${catalina.home}/conf/logback-access.xml is used instead. Its counterpart for Jetty, namely RequestLogImpl provides such a method - so please add it for Tomcat too.
-- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.qos.ch/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
participants (1)
-
Ceki Gulcu (JIRA)