# 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"