mirror of
https://github.com/bitnami/containers.git
synced 2026-03-23 14:57:41 +08:00
[bitnami/clickhouse] fix startup issue when using json logs Signed-off-by: Jesus Navas Orozco <jesusnavaso@gmail.com>
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user