Skip to content
Snippets Groups Projects
Commit 50a398dc authored by Daniel Gerhardt's avatar Daniel Gerhardt
Browse files

Use SLF4J logging for Jetty

This fixes a logging issue with threading causing messed up log
messages.
parent 42ce1f53
No related merge requests found
......@@ -411,6 +411,10 @@
<name>arsnova.log.level</name>
<value>DEBUG</value>
</systemProperty>
<systemProperty>
<name>org.eclipse.jetty.util.log.class</name>
<value>org.eclipse.jetty.util.log.Slf4JLog</value>
</systemProperty>
</systemProperties>
</configuration>
</plugin>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment