[logback-dev] [Bug 71] New: LogbackValve misses setFilename(String)
bugzilla-daemon at pixie.qos.ch
bugzilla-daemon at pixie.qos.ch
Tue Apr 24 23:50:33 CEST 2007
http://bugzilla.qos.ch/show_bug.cgi?id=71
Summary: LogbackValve misses setFilename(String)
Product: logback-access
Version: unspecified
Platform: PC
OS/Version: Linux
Status: NEW
Severity: major
Priority: P1
Component: Other
AssignedTo: logback-dev at qos.ch
ReportedBy: ml001 at armbruster-it.de
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.
--
Configure bugmail: http://bugzilla.qos.ch/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the logback-dev
mailing list