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: [email protected]
        ReportedBy: [EMAIL PROTECTED]


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.
_______________________________________________
logback-dev mailing list
[email protected]
http://qos.ch/mailman/listinfo/logback-dev

Reply via email to