Skip to content

Commit c63f356

Browse files
committed
Update log file path to include solver-common directory
1 parent ae156cb commit c63f356

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

solver-common/src/main/resources/logback-spring.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<configuration>
3-
<property name="LOGS" value="./logs" />
3+
<property name="LOGS" value="./solver-common/logs" />
44

55
<appender name="Console" class="ch.qos.logback.core.ConsoleAppender">
66
<layout class="ch.qos.logback.classic.PatternLayout">

0 commit comments

Comments
 (0)