Skip to content

Commit

Permalink
chore: enable debug for integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
relu91 committed Jan 23, 2024
1 parent 24e57cc commit a4e1e4d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions client-api/src/test/resources/log4j2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<Configuration>
<Properties>
<Property name="logFilename">output</Property>
<Property name="log4j2.level">error</Property>
</Properties>
<CustomLevels>
<!-- Standard Level intLevel OFF 0 FATAL 100 ERROR 200 WARN 300 INFO 400
Expand Down Expand Up @@ -29,8 +30,8 @@
</File>
</Appenders>
<Loggers>
<Root level="error">
<AppenderRef ref="Console" level="trace" />
<Root level="${sys:log4j2.level}">
<AppenderRef ref="Console" level="${sys:log4j2.level}" />
<AppenderRef ref="Log" level="off" />
</Root>
</Loggers>
Expand Down

0 comments on commit a4e1e4d

Please sign in to comment.