Skip to content

Commit fca616f

Browse files
committed
HV-1591 Update Log4j configuration for testing
The rootLonger didn't seemt to be configured correctly
1 parent ff8d126 commit fca616f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

engine/src/test/resources/log4j2.properties

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# License: Apache License, Version 2.0
22
# See the LICENSE file in the root directory or <http://www.apache.org/licenses/LICENSE-2.0>.
3-
4-
status = error
3+
rootLogger.level = error
4+
rootLogger.appenderRefs = console
5+
rootLogger.appenderRef.console.ref = console
56

67
# Direct log messages to stdout
78
appender.console.type = Console

0 commit comments

Comments
 (0)