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_TEMPLATE = './api_template'
|
||||||
API = './api'
|
API = './api'
|
||||||
|
|
||||||
# loglevel (maybe ERROR, INFO, DEBUG) - not implementet at the moment.
|
# loglevel (maybe CRITICAL(50), ERROR(40), WARNING(30), INFO(20), DEBUG(10))
|
||||||
VERBOSITY = 'error'
|
# default is warning
|
||||||
|
VERBOSITY = 'debug'
|
||||||
|
|
Loading…
Reference in a new issue