From 13a293a08b9b889bd39f8ae5b632ebea61136cd8 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Wed, 6 Jan 2016 22:31:36 +0100 Subject: [PATCH] log rsync for syncproxy and security to dedicated logs --- modules/roles/files/security_mirror/rsyncd.conf | 2 +- modules/roles/templates/syncproxy/rsyncd.conf.erb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/roles/files/security_mirror/rsyncd.conf b/modules/roles/files/security_mirror/rsyncd.conf index d275891e1..353f359c2 100644 --- a/modules/roles/files/security_mirror/rsyncd.conf +++ b/modules/roles/files/security_mirror/rsyncd.conf @@ -6,7 +6,7 @@ socket options = SO_KEEPALIVE timeout = 1200 # weasel 2007-11-19 -log file = /var/log/rsyncd/rsyncd.log +log file = /var/log/rsyncd/rsyncd-security.log [debian-security] path = /srv/ftp.root/debian-security diff --git a/modules/roles/templates/syncproxy/rsyncd.conf.erb b/modules/roles/templates/syncproxy/rsyncd.conf.erb index 665192d0e..ef7e962e5 100644 --- a/modules/roles/templates/syncproxy/rsyncd.conf.erb +++ b/modules/roles/templates/syncproxy/rsyncd.conf.erb @@ -6,7 +6,7 @@ socket options = SO_KEEPALIVE timeout = 7200 # weasel 2007-11-19 -log file = /var/log/rsyncd/rsyncd.log +log file = /var/log/rsyncd/rsyncd-syncproxy.log [debian] path = /srv/mirrors/debian/ -- 2.20.1