Change default logfile to empty string (meaning stderr)

The causes logrus to write to stderr.
This commit is contained in:
Jonathon Reinhart
2021-03-12 23:46:36 -05:00
parent 34cb47c364
commit 095fba119a
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
; smtprelay configuration
; Logfile
;logfile = /var/log/smtprelay.log
;logfile =
; Log format: default, plain (no timestamp), json
;log_format = "default"