Automatic code cleanups and import optimizations.
This commit is contained in:
parent
b414997545
commit
b308068617
26 changed files with 6738 additions and 5928 deletions
|
|
@ -3,7 +3,7 @@
|
|||
; report core errors to the following users
|
||||
error_receivers = admin@example.com
|
||||
; available log levels are: "error", "warning", "info" and "debug". if no log_level is set, it will be critical only.
|
||||
log_level= debug
|
||||
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.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
[httpserver]
|
||||
ip = 127.0.0.1
|
||||
port = 4242
|
||||
type=thread
|
||||
type = thread
|
||||
|
|
@ -1,2 +1,2 @@
|
|||
[lish]
|
||||
type=none
|
||||
type = none
|
||||
Loading…
Add table
Add a link
Reference in a new issue