From d2098a542fbd199bc9e754f7daa793472c35ab97 Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Sat, 2 Sep 2023 14:16:52 +0200 Subject: [PATCH] Added logfile_error to example configuration. (0.27.1) --- etc/linspector.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/etc/linspector.conf b/etc/linspector.conf index 89cf166..09d623c 100644 --- a/etc/linspector.conf +++ b/etc/linspector.conf @@ -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 = /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) logfile_count = 10 ; logfile format. this overrides the default configured in the code