Comment 0 for bug 1962505

Revision history for this message
Andy Castille (klikini) wrote :

Configuration excerpt:

#cloud-config
autoinstall:
  version: 1
  # ...
  reporting:
    central:
      type: webhook
      level: INFO
      endpoint: http://192.168.2.217:58000/osInstallReport

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.