-
Notifications
You must be signed in to change notification settings - Fork 183
Fabian Affolter edited this page Apr 27, 2014
·
3 revisions
dThe log
service allows us to use the logging system in use by mqttwarn proper, i.e. messages directed at log
will land in mqttwarn's log file.
[config:log]
targets = {
'info' : [ 'info' ],
'warn' : [ 'warn' ],
'crit' : [ 'crit' ],
'error' : [ 'error' ]
}