Add custom clickhouse config

This changes the default log level to warning, to ensure the log file isn't being hammered
This commit is contained in:
Jake Howard
2020-08-26 08:54:37 +01:00
parent 3edc34759d
commit 1f70a46c35
3 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,9 @@
<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>