X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/tripe/blobdiff_plain/1cd39ec493bf6a24379095b5e8894dd5039767f0..ee07712cb7eb8f692976a5dcca97e8f138b5cfb5:/init/tripe.conf diff --git a/init/tripe.conf b/init/tripe.conf index 2b4a5a3e..743c17a6 100644 --- a/init/tripe.conf +++ b/init/tripe.conf @@ -68,10 +68,17 @@ #miscopts= ## Logfile to write to. The default is determined by the `--with-logfile' -## configure option, which defaults to `./tripe.log' (relative to $TRIPEDIR). +## configure option, which defaults to `./tripe.log' (relative to +## $TRIPEDIR). This may be set to `-' to write the log to stdout, or `!' to +## write to stderr. ## #logfile=/var/log/tripe +## Whether to write a log to syslog. If this is something other than `nil', +## then logs are written to syslog. If `syslogp' is non-nil and `logfile' +## above is unset then no logs are written to files. +#syslogp=nil + ## Where to put tripectl's pidfile when it starts up. The default is ## determined by the `--with-pidfile' configure option, which defaults to ## `./tripectl.pid' (relative to $TRIPEDIR).