diff options
author | Tom Ritter <tom@ritter.vg> | 2017-02-10 11:14:55 -0600 |
---|---|---|
committer | Tom Ritter <tom@ritter.vg> | 2017-02-10 11:14:55 -0600 |
commit | fe136533e9fcd25d1ad9b254e807b116fe4e2615 (patch) | |
tree | 5b466b6ed14d94878d2d8ab6a670a4f8a7f4862e /settings.cfg.example | |
parent | bc6b74e8d402946afcf5794634e1601ef21a4ba5 (diff) |
Support logging to a logfile
Diffstat (limited to 'settings.cfg.example')
-rwxr-xr-x | settings.cfg.example | 41 |
1 files changed, 21 insertions, 20 deletions
diff --git a/settings.cfg.example b/settings.cfg.example index cd99db9..19b60d3 100755 --- a/settings.cfg.example +++ b/settings.cfg.example @@ -1,21 +1,22 @@ -[general]
-servername=uniqueservername
-alertcontact=youremail@example.com
-statefile=/fully/qualified/path/jobrunhistory.db
-
-[email]
-nomail=False
-user=agmailaccountyoucreate@gmail.com
-pass=yourpassword
-smtpserver=smtp.gmail.com
-smtpport=587
-imapserver=imap.gmail.com
-#I create a filter that automatically deletes my sent messages.
-# This way, anyone who hacks the account only sees the last 30 days of messages I've sent
-ideletesentmessagesautomatically=True
-#If set, append a random number to prevent gmail threading
-bustgmailthreading=False
-
-[peers]
-peer1=http://someserver.com:5000,admin@someserverbackup.com
+[general] +servername=uniqueservername +alertcontact=youremail@example.com +logfile=/fully/qualified/path/logfile.log +statefile=/fully/qualified/path/jobrunhistory.db + +[email] +nomail=False +user=agmailaccountyoucreate@gmail.com +pass=yourpassword +smtpserver=smtp.gmail.com +smtpport=587 +imapserver=imap.gmail.com +#I create a filter that automatically deletes my sent messages. +# This way, anyone who hacks the account only sees the last 30 days of messages I've sent +ideletesentmessagesautomatically=True +#If set, append a random number to prevent gmail threading +bustgmailthreading=False + +[peers] +peer1=http://someserver.com:5000,admin@someserverbackup.com peer2=http://someotherserver.com:5000,admin@someotherserver.com
\ No newline at end of file |