[bitnami/kafka] ci: different logging framework for 4.y.z series (#79066)

This commit is contained in:
Juan Ariza Toledano
2025-03-21 16:09:56 +01:00
committed by GitHub
parent 799a25451f
commit 08e597afac

View File

@@ -7,6 +7,11 @@ file:
exists: false
/opt/bitnami/kafka/conf:
exists: false
{{ if regexMatch "^4.+" .Env.APP_VERSION }}
/opt/bitnami/kafka/config/log4j2.yaml:
exists: true
filetype: file
{{ else }}
/opt/bitnami/kafka/config/log4j.properties:
exists: true
filetype: file
@@ -16,6 +21,7 @@ file:
- "ConsoleAppender"
- "!DatePattern"
- "!Appender.File"
{{ end }}
/opt/bitnami/kafka/bin/kafka-server-start.sh:
exists: true
filetype: file