reports-service оправил имя лог-файла для единообразия
This commit is contained in:
parent
679a7ebd23
commit
f06308bcad
1 changed files with 2 additions and 2 deletions
|
|
@ -8,14 +8,14 @@
|
|||
</appender>
|
||||
|
||||
<appender name="FILE" class="ch.qos.logback.core.rolling.RollingFileAppender">
|
||||
<file>./logs/reports_service.log</file>
|
||||
<file>./logs/reports-service.log</file>
|
||||
<encoder>
|
||||
<charset>UTF-8</charset>
|
||||
<pattern>%d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n</pattern>
|
||||
</encoder>
|
||||
<rollingPolicy class="ch.qos.logback.core.rolling.FixedWindowRollingPolicy">
|
||||
<fileNamePattern>
|
||||
../logs/reports_service.%i.log
|
||||
../logs/reports-service.%i.log
|
||||
</fileNamePattern>
|
||||
<minIndex>1</minIndex>
|
||||
<maxIndex>10</maxIndex>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue