Small logging fixes and more inline comments to explain this feature in detail.

This commit is contained in:
Johannes Findeisen 2022-10-06 23:28:55 +02:00
commit ec39acfb02
2 changed files with 4 additions and 4 deletions

View file

@ -9,9 +9,9 @@ log_file = ~/code/linspector/linspector/log/linspector.log
; the size of the log file higher to increase the log history.
log_file_count = 10
; log file size in megabytes as int.
log_file_size = 1
log_file_size = 5
; 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. the default is 1000000 (10MiB) in the code if not set here.
; only be used when log_file_size is not set. the default is 10000000 (10MiB) in the code if not set here.
log_file_size_bytes = 100000
pid_file = /var/run/user/1000/linspector.pid
; plugins separated by ','. no whitespaces allowed! not case sensitive.