Added file logging and a new parameter (-s) for logging to stdout.
This commit is contained in:
parent
1d89481e51
commit
dbb0e23091
5 changed files with 66 additions and 18 deletions
|
|
@ -3,7 +3,8 @@
|
|||
; report core errors to the following users
|
||||
error_receivers = admin@example.com
|
||||
log_file = ~/code/linspector/log/linspector.log
|
||||
log_level= verbose
|
||||
; available log levels are: "error", "warning", "info" and "debug".
|
||||
log_level= debug
|
||||
log_count = 5
|
||||
log_size = 10485760
|
||||
pid_file = /var/run/user/1000/linspector.pid
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue