|
|
@@ -1,7 +1,7 @@
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
<configuration scan="true" scanPeriod="60 seconds" debug="false">
|
|
|
<contextName>logback</contextName>
|
|
|
- <property name="log.path" value="logs/miniapp/miniapp.log"/>
|
|
|
+ <property name="log.path" value="logs/car-wash-miniapp/car-wash-miniapp.log"/>
|
|
|
<property name="CONSOLE_LOG_PATTERN"
|
|
|
value="%date{yyyy-MM-dd HH:mm:ss} | %highlight(%-5level) | %boldYellow(%thread) | %boldGreen(%logger) | %msg%n"/>
|
|
|
<appender name="console" class="ch.qos.logback.core.ConsoleAppender">
|
|
|
@@ -34,4 +34,4 @@
|
|
|
<appender-ref ref="console"/>
|
|
|
<appender-ref ref="file"/>
|
|
|
</root>
|
|
|
-</configuration>
|
|
|
+</configuration>
|