summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/infra.gentoo.org/rsync-node/rsyncd.conf')
-rw-r--r--src/infra.gentoo.org/rsync-node/rsyncd.conf5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/infra.gentoo.org/rsync-node/rsyncd.conf b/src/infra.gentoo.org/rsync-node/rsyncd.conf
index 0ff0a54..8cc56be 100644
--- a/src/infra.gentoo.org/rsync-node/rsyncd.conf
+++ b/src/infra.gentoo.org/rsync-node/rsyncd.conf
@@ -7,10 +7,11 @@ use chroot = no
max connections = 0
motd file = ./rsyncd.motd
-log file = /var/log/rsync.log
+# On GCP, the default log collector only collects syslog, so just toss logs in there.
+log file = /var/log/syslog
transfer logging = yes
log format = %t %a %m %f %b
-syslog facility = local3
+syslog facility = daemon
timeout = 300
[gentoo-portage]