Skip to content

Commit

Permalink
Increase log level of config module
Browse files Browse the repository at this point in the history
  • Loading branch information
Marchosiax committed Oct 4, 2023
1 parent ff04a58 commit 9f46d1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/config-app/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ app:
cert-url: http://auth:8080/auth/realms/opex/protocol/openid-connect/certs
logging:
level:
root: INFO
root: DEBUG
org.apache.kafka: ERROR
co.nilin: INFO
co.nilin: DEBUG
reactor.netty.http.client: INFO
swagger.authUrl: ${SWAGGER_AUTH_URL:https://api.opex.dev/auth}/realms/opex/protocol/openid-connect/token

0 comments on commit 9f46d1f

Please sign in to comment.