neutron/releasenotes/notes/change-dns-integration-logging-from-exception-to-error-7927d91f915046c3.yaml
Jayce Houtman 5fe5188ce5 Change exception messages to error log messages for DNS integration.
Change non-harmful stack trace errors for dns_exc.DNSDomainNotFound and
dns_exc.DuplicateRecordSet to error log messages. This prevents the logs
from filling with stack traces where error messages would have been
sufficient enough.

Closes-Bug: #2042925
Change-Id: Icf1fff28bb560c506392f16c579de6d92cd56c23
2024-04-10 17:03:29 +02:00

7 lines
204 B
YAML

---
fixes:
- |
Cleaned non-harmful stack trace errors from DNS integration plugin. This
prevents the logs from filling with stack traces where error log messages
would have been sufficient.