Skip to content

Commit

Permalink
Enabled REST logs.
Browse files Browse the repository at this point in the history
  • Loading branch information
milos-pujic committed Jan 19, 2024
1 parent 5916765 commit 8cc9e6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/resources/logback-test.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</encoder>
</appender>

<logger name="com.levi9.functionaltests.rest.client" level="info" additivity="false">
<logger name="com.levi9.functionaltests.rest.client" level="debug" additivity="false">
<appender-ref ref="STDOUT"/>
<appender-ref ref="FILE_APPENDER"/>
</logger>
Expand Down

0 comments on commit 8cc9e6c

Please sign in to comment.