Description
When spinning up a local server, the chctl defualts to using the embedded config from the clickhouse binary, which is very minimal and does not include any configs to set up the system.query_logs table by default. If you install the clickhouse binary from a package, this config does exist. chctl should mirror that behavior, and include configs for this table.
Description
When spinning up a local server, the
chctldefualts to using the embedded config from the clickhouse binary, which is very minimal and does not include any configs to set up thesystem.query_logstable by default. If you install the clickhouse binary from a package, this config does exist.chctlshould mirror that behavior, and include configs for this table.