I agree, there should be a example configuration file and if logging is
enabled in that file, also a logrotate file for that log file. It could
be:

settings {
  logfile = "/var/log/lsyncd/lsyncd.log",
  nodaemon = false,
}

And for example /etc/logrotate.d/lsyncd:

/var/log/lsyncd/*.log {
  daily
  compress
  missingok
  rotate 10
  dateext
  copytruncate
}

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1788994

Title:
  Provide a default configuration file for lsyncd

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lsyncd/+bug/1788994/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to