diff options
author | Soulou <leo@unbekandt.eu> | 2015-12-14 00:06:38 +0100 |
---|---|---|
committer | Soulou <leo@unbekandt.eu> | 2015-12-14 00:06:59 +0100 |
commit | 91e81a2a02d25d2e0ba616d53b7cd4a128e4b553 (patch) | |
tree | df2f3f6d1b3b7f402b58f9f393f5f462c9c2f028 /munin-update-logging.patch | |
parent | 05c06af8b04a2fad87b93c007a5a42ec4ededc37 (diff) | |
download | munin-91e81a2a02d25d2e0ba616d53b7cd4a128e4b553.tar.gz munin-91e81a2a02d25d2e0ba616d53b7cd4a128e4b553.tar.bz2 munin-91e81a2a02d25d2e0ba616d53b7cd4a128e4b553.tar.xz munin-91e81a2a02d25d2e0ba616d53b7cd4a128e4b553.zip |
Add patches to modify log to warning level
Diffstat (limited to 'munin-update-logging.patch')
-rw-r--r-- | munin-update-logging.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/munin-update-logging.patch b/munin-update-logging.patch new file mode 100644 index 0000000..4f8e87b --- /dev/null +++ b/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(); |