Skip to content

Commit

Permalink
remove TRACE mode for default DEV loggers
Browse files Browse the repository at this point in the history
  • Loading branch information
mauvaisetroupe committed Nov 8, 2023
1 parent 7b62349 commit 7d35522
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/main/resources/config/application-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@

logging:
level:
ROOT: TRACE
tech.jhipster: TRACE
org.hibernate.SQL: TRACE
com.mauvaisetroupe.eadesignit: TRACE
org.hibernate.type.descriptor.sql.BasicBinder: TRACE
ROOT: INFO
tech.jhipster: INFO
org.hibernate.SQL: INFO
com.mauvaisetroupe.eadesignit: INFO
org.hibernate.type.descriptor.sql.BasicBinder: INFO

spring:
devtools:
Expand Down

0 comments on commit 7d35522

Please sign in to comment.