Skip to content

Commit

Permalink
Enable DEBUG logging in gateway
Browse files Browse the repository at this point in the history
  • Loading branch information
nulls committed Aug 30, 2023
1 parent bd704e7 commit 6be1fa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api-gateway/src/main/resources/logback.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</encoder>
</appender>

<root level="info">
<root level="DEBUG">
<appender-ref ref="STDOUT" />
</root>
</configuration>

0 comments on commit 6be1fa4

Please sign in to comment.