infrastructure/ansible/roles/plausible/files/clickhouse-docker.xml
Jake Howard 1f70a46c35
Add custom clickhouse config
This changes the default log level to warning, to ensure the log file isn't being hammered
2020-08-26 08:54:37 +01:00

10 lines
290 B
XML

<yandex>
<!-- Listen wildcard address to allow accepting connections from other containers and host network. -->
<listen_host>::</listen_host>
<listen_host>0.0.0.0</listen_host>
<listen_try>1</listen_try>
<logger>
<level>warning</level>
</logger>
</yandex>