Configuration and monitor configuration update.
This commit is contained in:
parent
6b89907ee7
commit
dfedaa5d2e
14 changed files with 37 additions and 15 deletions
|
|
@ -2,11 +2,13 @@
|
|||
[linspector]
|
||||
; report core errors to the following users
|
||||
error_receivers = admin@example.com
|
||||
log_file = ~/code/linspector/linspector/log/linspector.log
|
||||
; available log levels are: "error", "warning", "info" and "debug".
|
||||
log_level= debug
|
||||
log_count = 5
|
||||
log_size = 10485760
|
||||
log_file = ~/code/linspector/linspector/log/linspector.log
|
||||
; number of log files to be kept.
|
||||
log_file_count = 50
|
||||
; log file size in megabytes as float.
|
||||
log_file_size = 1.00
|
||||
pid_file = /var/run/user/1000/linspector.pid
|
||||
; plugins separated by ','. no whitespaces allowed. not case sensitive.
|
||||
plugins = Lish,HTTPServer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue