Small configuration change and a change in misc.random service. (0.21.4)
This commit is contained in:
parent
a062182600
commit
3192dcd6f5
2 changed files with 9 additions and 9 deletions
|
|
@ -17,13 +17,13 @@ log_level = INFO
|
|||
; logfile to use
|
||||
logfile = /home/hanez/code/linspector/linspector/log/linspector.log
|
||||
; number of logfiles to keep (default: 10)
|
||||
logfile_count = 25
|
||||
logfile_count = 1
|
||||
; logfile format. this overrides the default configured in the code
|
||||
;logfile_format = [{time:YYYY-MM-DD HH:mm:ss.SSSSSS ZZ}] [{elapsed}] [{level}] [linspector] [{name}:{function}:{line}]: {message}
|
||||
; log level for file based logging
|
||||
logfile_level = DEBUG
|
||||
; size of logfiles (default: 1MB)
|
||||
logfile_size = 25 MiB
|
||||
logfile_size = 100 MiB
|
||||
|
||||
notifications =
|
||||
plugins =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue