forked from github.com/plausible-hosting
Browse Source
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/301master
3 changed files with 24 additions and 0 deletions
@ -0,0 +1,14 @@
|
||||
<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> |
@ -0,0 +1,8 @@
|
||||
<yandex> |
||||
<profiles> |
||||
<default> |
||||
<log_queries>0</log_queries> |
||||
<log_query_threads>0</log_query_threads> |
||||
</default> |
||||
</profiles> |
||||
</yandex> |
Loading…
Reference in new issue