Skip to content

Commit

Permalink
Adjust logging properties
Browse files Browse the repository at this point in the history
  • Loading branch information
Haarolean committed Jan 24, 2024
1 parent b0bf35f commit 60ec67f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/src/main/resources/application-local.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
logging:
level:
root: INFO
io.kafbat: DEBUG
io.kafbat.ui: DEBUG
#org.springframework.http.codec.json.Jackson2JsonEncoder: DEBUG
#org.springframework.http.codec.json.Jackson2JsonDecoder: DEBUG
reactor.netty.http.server.AccessLog: INFO
Expand Down
2 changes: 1 addition & 1 deletion api/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ management:
logging:
level:
root: INFO
io.kafbat: DEBUG
io.kafbat.ui: DEBUG
reactor.netty.http.server.AccessLog: INFO
org.hibernate.validator: WARN

0 comments on commit 60ec67f

Please sign in to comment.