Skip to content

Commit

Permalink
logging issue fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Sowmya-Raghuram committed Aug 19, 2024
1 parent eeda762 commit 3707e19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/logback-spring.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<rollingPolicy class="ch.qos.logback.core.rolling.TimeBasedRollingPolicy">
<!-- Rotate daily -->
<fileNamePattern>needLog.%d{yyyy-MM-dd}.log</fileNamePattern>
<!-- Keep 30 days worth of history -->
<!-- Keep 15 days worth of history -->
<maxHistory>15</maxHistory>
</rollingPolicy>
<encoder>
<pattern>%d [%level] %c{1.} [%t] %m%n</pattern>
<pattern>%d [%level] %c{1} [%t] %m%n</pattern>
</encoder>
</appender>

Expand Down

0 comments on commit 3707e19

Please sign in to comment.