Skip to content

Commit

Permalink
[FIX] #701 Fix/log path main (#703)
Browse files Browse the repository at this point in the history
  • Loading branch information
AYoungSn authored Mar 7, 2024
1 parent aa0c298 commit 6750363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gg-pingpong-api/src/main/resources/logback-spring.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<!-- log 기록 절대 위치 설정 -->
<property name="LOGS_ABSOLUTE_PATH" value="../logs"/>
<property name="LOGS_ABSOLUTE_PATH" value="./logs"/>

<property name="CONSOLE_LOG_PATTERN"
value="[%d{yyyy-MM-dd HH:mm:ss}:%-3relative] %-5level --- [%15.15thread] %-40.40logger{36} : %msg%n"/>
Expand Down

0 comments on commit 6750363

Please sign in to comment.