From 167c100dae90229ffa6af9c0080dbff677884821 Mon Sep 17 00:00:00 2001 From: Adrian Reber Date: Wed, 16 Dec 2015 19:38:13 +0000 Subject: [PATCH] The mirrorlist_server no longer supports --debug With the '--debug' switch the client access were logged to syslog and to a logfile. The latest MM2 no longer logs this to syslog and removed the '--debug' switch. Signed-off-by: Adrian Reber --- roles/mirrormanager/mirrorlist2/files/mirrorlist-server.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/mirrormanager/mirrorlist2/files/mirrorlist-server.service b/roles/mirrormanager/mirrorlist2/files/mirrorlist-server.service index f4932e18bd..0aa4e6ad7f 100644 --- a/roles/mirrormanager/mirrorlist2/files/mirrorlist-server.service +++ b/roles/mirrormanager/mirrorlist2/files/mirrorlist-server.service @@ -2,4 +2,4 @@ [Service] # systemd needs an empty ExecStart= to be able to overwrite ExecStart= ExecStart= -ExecStart=/usr/bin/python2 /usr/share/mirrormanager2/mirrorlist_server.py --debug -l /var/log/mirrormanager/mirrorlist.log +ExecStart=/usr/bin/python2 /usr/share/mirrormanager2/mirrorlist_server.py -l /var/log/mirrormanager/mirrorlist.log