1
0
mirror of https://github.com/plausible/hosting.git synced 2025-06-18 03:37:29 -05:00

fewer-logs

This commit is contained in:
ruslandoga
2024-12-04 23:16:25 +07:00
parent 4aa1806f75
commit 3c690a69f6

@ -17,17 +17,9 @@
</engine>
</query_log>
<metric_log>
<partition_by>event_date</partition_by>
<ttl>event_date + INTERVAL 30 DAY DELETE</ttl>
</metric_log>
<asynchronous_metric_log>
<partition_by>event_date</partition_by>
<ttl>event_date + INTERVAL 30 DAY DELETE</ttl>
</asynchronous_metric_log>
<!-- Stops unnecessary logging -->
<metric_log remove="remove" />
<asynchronous_metric_log remove="remove" />
<query_thread_log remove="remove" />
<text_log remove="remove" />
<trace_log remove="remove" />