File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
common/src/main/java/haveno/common/app Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,6 @@ public static void setup(String fileName) {
67
67
appender .start ();
68
68
69
69
// log errors in separate file
70
- // not working as expected still.... damn logback...
71
70
PatternLayoutEncoder errorEncoder = new PatternLayoutEncoder ();
72
71
errorEncoder .setContext (loggerContext );
73
72
errorEncoder .setPattern ("%d{MMM-dd HH:mm:ss.SSS} [%thread] %-5level %logger: %msg%n%ex" );
@@ -92,7 +91,7 @@ public static void setup(String fileName) {
92
91
errorTriggeringPolicy .start ();
93
92
94
93
ThresholdFilter thresholdFilter = new ThresholdFilter ();
95
- thresholdFilter .setLevel ("WARN " );
94
+ thresholdFilter .setLevel ("ERROR " );
96
95
thresholdFilter .start ();
97
96
98
97
errorAppender .setRollingPolicy (errorRollingPolicy );
You can’t perform that action at this time.
0 commit comments