Skip to content

Commit

Permalink
fewer-logs
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslandoga committed Dec 5, 2024
1 parent 4aa1806 commit 3c690a6
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions clickhouse/logs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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" />
Expand Down

0 comments on commit 3c690a6

Please sign in to comment.