From a83d9b2924125d8297d3ce19f02c173f5b4dc490 Mon Sep 17 00:00:00 2001 From: Matthieu Huin Date: Wed, 7 Jan 2015 10:39:49 +0100 Subject: [PATCH] Ansible: configure rsync logging --- ansible/rsyncd.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ansible/rsyncd.conf b/ansible/rsyncd.conf index 83ea43caf..b0446f9b2 100644 --- a/ansible/rsyncd.conf +++ b/ansible/rsyncd.conf @@ -1,6 +1,9 @@ uid = root gid = root +max verbosity = 2 +log file = /var/log/rsync.log + [install] path = /var/lib/debootstrap/install comment = eDeploy install trees