mirror of
https://github.com/bitnami/containers.git
synced 2026-03-21 15:29:05 +08:00
[bitnami/kafka] ci: different logging framework for 4.y.z series (#79066)
This commit is contained in:
committed by
GitHub
parent
799a25451f
commit
08e597afac
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user