Skip to content

Commit

Permalink
Update default logging level for security
Browse files Browse the repository at this point in the history
  • Loading branch information
pbortnik committed Dec 20, 2024
1 parent 0427421 commit d9447d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ springdoc.api-docs.path=/api-docs
springdoc.api-docs.writer-with-order-by-keys=true

# Logging configuration
logging.level.org.springframework.security=debug
logging.level.org.springframework.security=info
logging.level.org.hibernate=info
logging.level.org.hibernate.stat=info
logging.level.org.springframework.web.bind=fatal
Expand Down

0 comments on commit d9447d5

Please sign in to comment.