Skip to content

Commit

Permalink
fix: local log가 콘솔에서 출력되지 않는 오류를 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
zeze1004 committed May 23, 2024
1 parent 5357d3c commit 524cb7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/resources/logback-spring.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<include resource="org/springframework/boot/logging/logback/defaults.xml"/>
<property name="LOG_DIR" value="logs"/>
<property name="LOG_FILE" value="wedding.log"/>
<property name="CONSOLE_LOG_PATTERN" value="%d{yyyy-MM-dd HH:mm:ss} [%thread] %-5level %logger{36} - %msg%n"/>

<springProfile name="local">
<appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender">
Expand Down

0 comments on commit 524cb7b

Please sign in to comment.