statusd.conf: add comments, change verbosity level

This commit is contained in:
berhsi 2019-09-19 09:49:15 +02:00
parent 0c12ce86aa
commit c60bb326cc

View file

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