munin-update-logging.patch 338 B

12345678910
  1. --- /usr/share/munin/munin-update 2015-11-28 00:44:27.175435050 +0100
  2. +++ /usr/share/munin/munin-update 2015-11-28 00:44:57.313544402 +0100
  3. @@ -34,6 +34,7 @@
  4. logger_open($config->{'logdir'});
  5. logger_debug() if $config->{debug};
  6. + logger_level("warn");
  7. my $update = Munin::Master::Update->new();
  8. $update->run();