diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2019-08-29 00:27:14 +0200 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2019-08-29 00:27:14 +0200 |
commit | 22d3c280de70895fe5df15d4f57a87be17362a51 (patch) | |
tree | fa7e7c36ffce89fcf5d4f4e609bc76f2417613fb /munin-update-logging.patch | |
parent | d6e30533d7730331452c5f61a98c9d1eec486a0b (diff) | |
download | munin-22d3c280de70895fe5df15d4f57a87be17362a51.tar.gz munin-22d3c280de70895fe5df15d4f57a87be17362a51.tar.bz2 munin-22d3c280de70895fe5df15d4f57a87be17362a51.tar.xz munin-22d3c280de70895fe5df15d4f57a87be17362a51.zip |
Move datafile lock into the database folder and keep the rest of run files outside of the volume (since UNIX domain sockets can't be created on GlusterFS)
Diffstat (limited to 'munin-update-logging.patch')
-rw-r--r-- | munin-update-logging.patch | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/munin-update-logging.patch b/munin-update-logging.patch deleted file mode 100644 index 4f8e87b..0000000 --- a/munin-update-logging.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- /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(); |