[bitnami/clickhouse] fix startup issue when using json logs #75308 (#75309)

[bitnami/clickhouse] fix startup issue when using json logs

Signed-off-by: Jesus Navas Orozco <jesusnavaso@gmail.com>
This commit is contained in:
Jesus Navas
2024-12-19 13:09:37 +01:00
committed by GitHub
parent b525060ce5
commit 166737e66e
2 changed files with 3 additions and 1 deletions

View File

@@ -243,7 +243,7 @@ clickhouse_start_bg() {
error "ClickHouse failed to start"
exit 1
fi
wait_for_log_entry "Application: Ready for connections" "$log_file"
wait_for_log_entry "Ready for connections" "$log_file"
info "ClickHouse started successfully"
}