Skip to content

Commit

Permalink
D-36985 Deploy CC pod failed to start (#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmatun-xl authored Sep 23, 2024
1 parent ad1beca commit 1b8db83
Showing 1 changed file with 2 additions and 17 deletions.
19 changes: 2 additions & 17 deletions templates/resources/central-configuration/central-conf/logback.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,24 +15,9 @@
</encoder>
</appender>

<appender name="FILE" class="ch.qos.logback.core.rolling.RollingFileAppender">
<file>log/${LOGFILE:-config-server}.log</file>
<rollingPolicy class="ch.qos.logback.core.rolling.FixedWindowRollingPolicy">
<fileNamePattern>log/${LOGFILE:-config-server}.%i.log</fileNamePattern>
<minIndex>1</minIndex>
<maxIndex>5</maxIndex>
</rollingPolicy>
<triggeringPolicy class="ch.qos.logback.core.rolling.SizeBasedTriggeringPolicy">
<maxFileSize>5MB</maxFileSize>
</triggeringPolicy>
<encoder>
<pattern>%d{yyyy-MM-dd HH:mm:ss.SSS} [%thread] {%mdc} %-5level %logger{36} - %msg%n</pattern>
</encoder>
</appender>

<!-- Root logger configuration for all application logs -->
<root level="${LOGBACK_GLOBAL_LOGGING_LEVEL}">
<appender-ref ref="STDOUT" />
<appender-ref ref="FILE" />
</root>

<logger name="ai.digital" level="info" />
Expand All @@ -51,4 +36,4 @@
<appender-ref ref="AUDIT" />
</logger>

</configuration>
</configuration>

0 comments on commit 1b8db83

Please sign in to comment.