We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa0c298 commit 6750363Copy full SHA for 6750363
1 file changed
gg-pingpong-api/src/main/resources/logback-spring.xml
@@ -1,7 +1,7 @@
1
<?xml version="1.0" encoding="UTF-8"?>
2
<configuration>
3
<!-- log 기록 절대 위치 설정 -->
4
- <property name="LOGS_ABSOLUTE_PATH" value="../logs"/>
+ <property name="LOGS_ABSOLUTE_PATH" value="./logs"/>
5
6
<property name="CONSOLE_LOG_PATTERN"
7
value="[%d{yyyy-MM-dd HH:mm:ss}:%-3relative] %-5level --- [%15.15thread] %-40.40logger{36} : %msg%n"/>
0 commit comments