limit clickhouse logs
This commit is contained in:
parent
c4685837d6
commit
47318a7e40
|
@ -41,6 +41,11 @@ metadata:
|
|||
data:
|
||||
custom-config.xml: |
|
||||
<clickhouse>
|
||||
<logger>
|
||||
<level>warning</level>
|
||||
<size>100M</size>
|
||||
<console>1</console>
|
||||
</logger>
|
||||
<listen_host>0.0.0.0</listen_host>
|
||||
<http_port>8123</http_port>
|
||||
<tcp_port>9000</tcp_port>
|
||||
|
|
Loading…
Reference in New Issue