diff --git a/common/src/main/java/haveno/common/app/LogHighlighter.java b/common/src/main/java/haveno/common/app/LogHighlighter.java
index cec16a5f..0caa0fe3 100644
--- a/common/src/main/java/haveno/common/app/LogHighlighter.java
+++ b/common/src/main/java/haveno/common/app/LogHighlighter.java
@@ -1,3 +1,17 @@
+/**
+ * Logback: the reliable, generic, fast and flexible logging framework.
+ * Copyright (C) 1999-2015, QOS.ch. All rights reserved.
+ *
+ * This program and the accompanying materials are dual-licensed under
+ * either the terms of the Eclipse Public License v1.0 as published by
+ * the Eclipse Foundation
+ *
+ * or (per the licensee's choosing)
+ *
+ * under the terms of the GNU Lesser General Public License version 2.1
+ * as published by the Free Software Foundation.
+ */
+
/* Derived from https://logback.qos.ch/xref/ch/qos/logback/classic/pattern/color/HighlightingCompositeConverter.html */
package haveno.common.app;
diff --git a/desktop/src/main/resources/logback.xml b/desktop/src/main/resources/logback.xml
index baca4a0a..9cd44970 100644
--- a/desktop/src/main/resources/logback.xml
+++ b/desktop/src/main/resources/logback.xml
@@ -5,14 +5,15 @@
- %hl2(%d{MMM-dd HH:mm:ss.SSS} [%thread] %-5level %logger{30}: %msg %xEx%n)
+ %hl2(%d{MMM-dd HH:mm:ss.SSS} [%thread] %-5level %logger{40}: %msg %xEx%n)
+
+
+
-
-
diff --git a/seednode/src/main/resources/logback.xml b/seednode/src/main/resources/logback.xml
index 914b9d3d..1200e721 100644
--- a/seednode/src/main/resources/logback.xml
+++ b/seednode/src/main/resources/logback.xml
@@ -1,8 +1,11 @@
+
+
+
- %highlight(%d{MMM-dd HH:mm:ss.SSS} [%thread] %-5level %logger{15}: %msg %xEx%n)
+ %hl2(%d{MMM-dd HH:mm:ss.SSS} [%thread] %-5level %logger{40}: %msg %xEx%n)