From 38ab22488b7b16a0bd799b8292598a78d13b9b1c Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Tue, 21 Mar 2023 18:55:17 +0000 Subject: [PATCH] Disable autovacuum logging for prometheus --- roles/prometheus.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/roles/prometheus.rb b/roles/prometheus.rb index e6a5f667b..85a1f1829 100644 --- a/roles/prometheus.rb +++ b/roles/prometheus.rb @@ -20,7 +20,6 @@ default_attributes( :random_page_cost => "1.1", :effective_cache_size => "144GB", :default_statistics_target => "500", - :log_autovacuum_min_duration => "0", :autovacuum_max_workers => "56", :autovacuum_naptime => "1", :autovacuum_multixact_freeze_max_age => "200000000", -- 2.39.5