Skip to content

Commit

Permalink
Set logging level to DEBUG for auth service implementation
Browse files Browse the repository at this point in the history
Changed the logging level for `edu.harvard.hms.dbmi.avillach.auth.service.impl` from INFO to DEBUG to facilitate detailed debugging. This will help in tracking down issues more effectively during development and troubleshooting.
  • Loading branch information
Gcolon021 committed Sep 7, 2024
1 parent f4371e2 commit 79e28ba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spring.jpa.hibernate.naming.physical-strategy=org.hibernate.boot.model.naming.Ph
# Logging
#logging.level.org.springframework.security=info
#logging.level.root=DEBUG
logging.level.edu.harvard.hms.dbmi.avillach.auth.service.impl=INFO
logging.level.edu.harvard.hms.dbmi.avillach.auth.service.impl=DEBUG

# Mail session configuration (Assuming Gmail SMTP for example)
spring.mail.host=smtp.gmail.com
Expand Down

0 comments on commit 79e28ba

Please sign in to comment.