Skip to content

Commit

Permalink
Merge branch 'BE/test' into BE/feature/#781-zero-downtime
Browse files Browse the repository at this point in the history
  • Loading branch information
reddevilmidzy authored Oct 15, 2024
2 parents 24c3d5c + 3912a47 commit daf92d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/src/main/resources/logback-spring.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<property name="LOGS_DIR_ROOT_PATH" value="logs"/>
<property name="LOGS_BACKUP_DIR_ROOT_PATH" value="logs-backup"/>
<property name="CONSOLE_LOG_PATTERN"
value="[%d{yyyy-MM-dd HH:mm:ss}:%-4relative] %green([%thread]) %highlight(%-5level) %boldWhite([%C.%M:%yellow(%L)]) - %msg%n"/>
value="[%d{yyyy-MM-dd HH:mm:ss,Asia/Seoul}:%-4relative] %green([%thread]) %highlight(%-5level) %boldWhite([%C.%M:%yellow(%L)]) - %msg%n"/>
<property name="FILE_LOG_PATTERN"
value="[%d{yyyy-MM-dd HH:mm:ss}:%-4relative] [%thread] %-5level [%C.%M:%L] - %msg%n"/>
value="[%d{yyyy-MM-dd HH:mm:ss,Asia/Seoul}:%-4relative] [%thread] %-5level [%C.%M:%L] - %msg%n"/>

<springProfile name="prod">
<appender name="FILE-INFO" class="ch.qos.logback.core.rolling.RollingFileAppender">
Expand Down

0 comments on commit daf92d3

Please sign in to comment.