diff --git a/docker/test/clickbench/run.sh b/docker/test/clickbench/run.sh index 255ff46b0bc..921d2023fd7 100755 --- a/docker/test/clickbench/run.sh +++ b/docker/test/clickbench/run.sh @@ -21,6 +21,11 @@ profiles: allow_introspection_functions: 1 " > /etc/clickhouse-server/users.d/allow_introspection_functions.yaml +# Enable text_log +echo " +text_log: +" > /etc/clickhouse-server/config.d/text_log.yaml + config_logs_export_cluster /etc/clickhouse-server/config.d/system_logs_export.yaml clickhouse start