forked from Krautspace/doorstatus
statusd.conf: add comments, change verbosity level
This commit is contained in:
parent
0c12ce86aa
commit
c60bb326cc
1 changed files with 3 additions and 2 deletions
|
@ -22,5 +22,6 @@ CLIENT_CERT = './certs/client.crt'
|
|||
API_TEMPLATE = './api_template'
|
||||
API = './api'
|
||||
|
||||
# loglevel (maybe ERROR, INFO, DEBUG) - not implementet at the moment.
|
||||
VERBOSITY = 'error'
|
||||
# loglevel (maybe CRITICAL(50), ERROR(40), WARNING(30), INFO(20), DEBUG(10))
|
||||
# default is warning
|
||||
VERBOSITY = 'debug'
|
||||
|
|
Loading…
Reference in a new issue