Webhook reporting always sends DEBUG
Bug #1962504 reported by
Andy Castille
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
curtin |
New
|
Undecided
|
Unassigned |
Bug Description
Configuration excerpt:
#cloud-config
autoinstall:
version: 1
# ...
reporting:
central:
type: webhook
level: INFO
endpoint: http://
Despite being configured with `level: INFO`, the endpoint receives DEBUG messages as well. This happens whether or not the INFO level is specified (which, according to the docs, is the default, so DEBUG messages shouldn't be sent in either scenario).
For now I can filter them out on the receiving server, but as the server is not on the local network, this is a lot of internet traffic I would like to avoid.
To post a comment you must log in.
Looks like I accidentally submitted it twice.