|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
_______________________________________________ logback-dev mailing list [email protected] http://mailman.qos.ch/mailman/listinfo/logback-dev

Found a solution for Jetty 7.
1. Put the LogBack JAR libraries in a directory .../jetty/lib/logging
2. Add logging to the OPTIONS variable in start.ini
3. Put the LogBack configuration file (in my case log-access.xml) in .../jetty/etc
Seems to work.