Skip to content

Commit

Permalink
chore: use log level info to get less log
Browse files Browse the repository at this point in the history
  • Loading branch information
Lambert-Rao committed Apr 17, 2024
1 parent 2e66653 commit 093b3e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ spring:
logging:
level:
root: INFO
org.apache.eventmesh: DEBUG
org.apache.eventmesh.dashboard: DEBUG
org.apache.eventmesh: INFO
org.apache.eventmesh.dashboard: INFO

mybatis:
type-aliases-package: org.apache.eventmesh.dashboard.console.entity
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ spring:

logging:
level:
root: DEBUG
root: INFO

0 comments on commit 093b3e5

Please sign in to comment.