From 50a398dc39e1bb0e3fd54026a8a38ab47b479770 Mon Sep 17 00:00:00 2001
From: Daniel Gerhardt <code@dgerhardt.net>
Date: Tue, 21 Aug 2018 11:12:05 +0200
Subject: [PATCH] Use SLF4J logging for Jetty

This fixes a logging issue with threading causing messed up log
messages.
---
 pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/pom.xml b/pom.xml
index 27336f90a..b0f07600e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>
-- 
GitLab