This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new 92d37d4 Polished
92d37d4 is described below
commit 92d37d4167e04f14dcbf2619024861f2f8d03f9b
Author: Claus Ibsen <[email protected]>
AuthorDate: Thu Jan 27 09:27:18 2022 +0100
Polished
---
.../camel-dynamic-router/src/test/resources/log4j2.properties | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git
a/components/camel-dynamic-router/src/test/resources/log4j2.properties
b/components/camel-dynamic-router/src/test/resources/log4j2.properties
index d9f0508..19bccd1 100644
--- a/components/camel-dynamic-router/src/test/resources/log4j2.properties
+++ b/components/camel-dynamic-router/src/test/resources/log4j2.properties
@@ -15,9 +15,14 @@
## limitations under the License.
## ---------------------------------------------------------------------------
+appender.file.type = File
+appender.file.name = file
+appender.file.fileName = target/camel-dynamic-router-test.log
+appender.file.layout.type = PatternLayout
+appender.file.layout.pattern = %d [%-15.15t] %-5p %-30.30c{1} - %m%n
appender.out.type = Console
appender.out.name = out
appender.out.layout.type = PatternLayout
-appender.out.layout.pattern = [%30.30t] %-30.30c{1} %-5p %m%n
+appender.out.layout.pattern = %d [%-15.15t] %-5p %-30.30c{1} - %m%n
rootLogger.level = INFO
-rootLogger.appenderRef.out.ref = out
+rootLogger.appenderRef.file.ref = file