Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

D-36985 Deploy CC pod failed to start #240

Merged
merged 1 commit into from
Sep 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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>