oslo.messaging/releasenotes/notes/no-log-if-ignore-errors-e2223b8a646b4c40.yaml
Oleg Bondarev d7eb89eac8 Don't log NoSuchMethod for special non-existing methods
Such non-existing methods are used as health probes.
Please see bug for details.

Change-Id: I8f6b4a669ec11721f76cf03abcd7d802c3c11eb5
Closes-Bug: #1857319
2020-01-23 15:37:31 +04:00

6 lines
207 B
YAML

other:
- |
NoSuchMethod exception will not be logged for special non-existing methods
which names end with '_ignore_errors'. Such methods might be used
as health probes for openstack services.