The logger is still not multiprocess capable! This needs to be fixed.

I added comments with more information.
This commit is contained in:
Johannes Findeisen 2022-10-11 05:25:17 +02:00
commit 48a3e5e88f
3 changed files with 8 additions and 2 deletions

View file

@ -7,7 +7,7 @@ log_level= debug
log_file = ~/code/linspector/linspector/log/linspector.log
; number of log files to be kept. i recommend to use the lowest sensible value for keeping performance high. so set
; the size of the log file higher to increase the log history.
log_file_count = 10
log_file_count = 20
; log file size in megabytes as int. the default is 10000000 bytes (10MiB) set in the code if not configured here.
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