Skip to content

Commit 63f99d3

Browse files
committed
fix: migration 설정 추가
1 parent 4af4446 commit 63f99d3

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/main/resources/logback-spring.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,13 @@
7171
</root>
7272
</springProfile>
7373

74+
<springProfile name="migration">
75+
<property name="LOG_NAME_PATTERN" value="${LOG_DIR}/eatda-%d{yyyy-MM-dd}.%i.log.gz"/>
76+
77+
<root level="INFO">
78+
<appender-ref ref="CONSOLE_JSON"/>
79+
<appender-ref ref="ROLLING_LOG_FILE"/>
80+
</root>
81+
</springProfile>
82+
7483
</configuration>

0 commit comments

Comments
 (0)