Added logfile_error to example configuration. (0.27.1)

This commit is contained in:
Johannes Findeisen 2023-09-02 14:16:52 +02:00
commit d2098a542f

View file

@ -11,6 +11,8 @@ pid_file = /var/run/user/1000/linspector.pid
; logfile to use (if not set set no output will be logged somewhere) ; logfile to use (if not set set no output will be logged somewhere)
logfile = /home/hanez/code/linspector/linspector/log/linspector.log logfile = /home/hanez/code/linspector/linspector/log/linspector.log
; the error logfile
logfile_error = /home/hanez/code/linspector/linspector/log/error.log
; number of logfiles to keep (default: 10) ; number of logfiles to keep (default: 10)
logfile_count = 10 logfile_count = 10
; logfile format. this overrides the default configured in the code ; logfile format. this overrides the default configured in the code