From 8a83200510f776d047f45c830dbcdef676508851 Mon Sep 17 00:00:00 2001 From: Carter Kozak Date: Fri, 20 Aug 2021 10:54:25 -0400 Subject: [PATCH] Fix `logback-async-perf.xml` configuration file This resolves the ERROR starting the benchmark: ``` 10:55:36,573 |-ERROR in ch.qos.logback.core.joran.action.AppenderRefAction - Could not find an appender named [FILE]. Did you define it below instead of above in the configuration file? ``` --- src/main/resources/logback-async-perf.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/main/resources/logback-async-perf.xml b/src/main/resources/logback-async-perf.xml index 423fd17..d7c3444 100755 --- a/src/main/resources/logback-async-perf.xml +++ b/src/main/resources/logback-async-perf.xml @@ -1,9 +1,4 @@ - - - 0 - - target/test-output/logback-async-perf.log @@ -14,6 +9,11 @@ + + 0 + + +