mirror of
https://github.com/plausible/hosting.git
synced 2024-11-12 19:05:58 -06:00
1c2004fce7
These tables aren't appropriate for small-scale installations, especially for single home use. See https://theorangeone.net/posts/calming-down-clickhouse/ and https://github.com/plausible/analytics/issues/301
15 lines
375 B
XML
15 lines
375 B
XML
<yandex>
|
|
<logger>
|
|
<level>warning</level>
|
|
<console>true</console>
|
|
</logger>
|
|
|
|
<!-- Stop all the unnecessary logging -->
|
|
<query_thread_log remove="remove"/>
|
|
<query_log remove="remove"/>
|
|
<text_log remove="remove"/>
|
|
<trace_log remove="remove"/>
|
|
<metric_log remove="remove"/>
|
|
<asynchronous_metric_log remove="remove"/>
|
|
</yandex>
|