summaryrefslogtreecommitdiffstats
path: root/files/patches/munin-update-logging.patch
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@suren.me>2019-10-05 09:07:54 +0200
committerSuren A. Chilingaryan <csa@suren.me>2019-10-05 09:07:54 +0200
commit6a486b088b957a2af6d1dfeb692ecef6ec8c5e06 (patch)
tree9832c92a1a20ae2f8b3627248e4784442befb7d7 /files/patches/munin-update-logging.patch
parent6348285571e9877990317303b5508b737686faef (diff)
downloadmunin-6a486b088b957a2af6d1dfeb692ecef6ec8c5e06.tar.gz
munin-6a486b088b957a2af6d1dfeb692ecef6ec8c5e06.tar.bz2
munin-6a486b088b957a2af6d1dfeb692ecef6ec8c5e06.tar.xz
munin-6a486b088b957a2af6d1dfeb692ecef6ec8c5e06.zip
Optimize dockerfileHEADmaster
Diffstat (limited to 'files/patches/munin-update-logging.patch')
-rw-r--r--files/patches/munin-update-logging.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/files/patches/munin-update-logging.patch b/files/patches/munin-update-logging.patch
new file mode 100644
index 0000000..4f8e87b
--- /dev/null
+++ b/files/patches/munin-update-logging.patch
@@ -0,0 +1,10 @@
+--- /usr/share/munin/munin-update 2015-11-28 00:44:27.175435050 +0100
++++ /usr/share/munin/munin-update 2015-11-28 00:44:57.313544402 +0100
+@@ -34,6 +34,7 @@
+
+ logger_open($config->{'logdir'});
+ logger_debug() if $config->{debug};
++ logger_level("warn");
+
+ my $update = Munin::Master::Update->new();
+ $update->run();