Some more logging stuff...

This commit is contained in:
Johannes Findeisen 2022-10-05 05:50:13 +02:00
commit e665933bfb
9 changed files with 34 additions and 21 deletions

View file

@ -5,9 +5,10 @@ error_receivers = admin@example.com
; available log levels are: "error", "warning", "info" and "debug".
log_level= debug
log_file = ~/code/linspector/linspector/log/linspector.log
; number of log files to be kept.
; number of log files to be kept. i recommend to use the lowest sensible value for keeping performance hight. so set
; the size of the log file higher to increase the log history.
log_file_count = 50
; log file size in megabytes as int.
; log file size in megabytes as float.
log_file_size = 1
; log file size in bytes as int. you can set to bytes if you want to set a value lower then 1 megabyte. but it will
; only be used when log_file_size is not set.