The logger is still not multiprocess capable! This needs to be fixed.
I added comments with more information.
This commit is contained in:
parent
a2fcec6054
commit
48a3e5e88f
3 changed files with 8 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue