Skip to content

Commit

Permalink
[BE] FIX: 로거 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
enaenen committed Aug 12, 2023
1 parent 2d3a701 commit 5dd877a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/src/main/resources/log4j2-local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ Configuration:
-
name: org.springframework
# local 환경에서는 debug, production 환경에서는 info
level: debug
level: info
additivity: false
AppenderRef:
- ref: console
-
name: org.ftclub.cabinet
level: debug
level: ㅑ루ㅐ
additivity: false
AppenderRef:
- ref: console
Expand Down

0 comments on commit 5dd877a

Please sign in to comment.