GUAC-914: Migrate to logback and latest SLF4J. Read logback.xml from GUACAMOLE_HOME if present.

This commit is contained in:
Michael Jumper
2014-10-30 11:42:22 -07:00
parent 612a8b4b97
commit ca199e1ea6
6 changed files with 137 additions and 14 deletions

View File

@@ -37,6 +37,11 @@
<listener-class>org.glyptodon.guacamole.net.basic.websocket.WebSocketSupportLoader</listener-class>
</listener>
<!-- Init logging on startup -->
<listener>
<listener-class>org.glyptodon.guacamole.net.basic.log.LogbackInitializer</listener-class>
</listener>
<!-- Authenticate against service calls and pages -->
<filter>
<filter-name>AuthenticatingFilter</filter-name>