From 91e81a2a02d25d2e0ba616d53b7cd4a128e4b553 Mon Sep 17 00:00:00 2001 From: Soulou Date: Mon, 14 Dec 2015 00:06:38 +0100 Subject: Add patches to modify log to warning level --- munin-graph-logging.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 munin-graph-logging.patch (limited to 'munin-graph-logging.patch') diff --git a/munin-graph-logging.patch b/munin-graph-logging.patch new file mode 100644 index 0000000..aa4fc56 --- /dev/null +++ b/munin-graph-logging.patch @@ -0,0 +1,10 @@ +--- /usr/share/munin/munin-graph 2015-11-28 00:45:25.274878597 +0100 ++++ /usr/share/munin/munin-graph 2015-11-28 00:45:44.622466044 +0100 +@@ -73,6 +73,7 @@ + + logger_open($config->{'logdir'}); + logger_debug() if $config->{debug} or defined($ENV{CGI_DEBUG}); ++logger_level("warn"); + + if (! graph_check_cron() ) { + # Should not be launched from cron. -- cgit v1.2.1