Automatic code cleanups and import optimizations.

This commit is contained in:
Johannes Findeisen 2023-02-12 03:31:52 +01:00
commit b308068617
26 changed files with 6738 additions and 5928 deletions

View file

@ -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.

View file

@ -1,4 +1,4 @@
[httpserver]
ip = 127.0.0.1
port = 4242
type=thread
type = thread

View file

@ -1,2 +1,2 @@
[lish]
type=none
type = none