mirror of
https://github.com/bitnami/containers.git
synced 2026-03-27 15:27:48 +08:00
24 lines
606 B
YAML
24 lines
606 B
YAML
# Copyright Broadcom, Inc. All Rights Reserved.
|
|
# SPDX-License-Identifier: APACHE-2.0
|
|
|
|
file:
|
|
# Checks specific files are no longer present
|
|
/opt/bitnami/kafka/configtmp:
|
|
exists: false
|
|
/opt/bitnami/kafka/conf:
|
|
exists: false
|
|
/opt/bitnami/kafka/config/log4j.properties:
|
|
exists: true
|
|
filetype: file
|
|
contents:
|
|
- "log4j.appender.stdout.Threshold=OFF"
|
|
- "!DailyRollingFileAppender"
|
|
- "ConsoleAppender"
|
|
- "!DatePattern"
|
|
- "!Appender.File"
|
|
/opt/bitnami/kafka/bin/kafka-server-start.sh:
|
|
exists: true
|
|
filetype: file
|
|
contents:
|
|
- "![-]loggc"
|