Added file logging and a new parameter (-s) for logging to stdout.

This commit is contained in:
Johannes Findeisen 2022-09-29 02:59:40 +02:00
commit dbb0e23091
5 changed files with 66 additions and 18 deletions

View file

@ -3,7 +3,8 @@
; report core errors to the following users
error_receivers = admin@example.com
log_file = ~/code/linspector/log/linspector.log
log_level= verbose
; available log levels are: "error", "warning", "info" and "debug".
log_level= debug
log_count = 5
log_size = 10485760
pid_file = /var/run/user/1000/linspector.pid