diff options
author | Oleg Bondarev <obondarev@mirantis.com> | 2019-12-23 11:32:28 +0400 |
---|---|---|
committer | Oleg Bondarev <obondarev@mirantis.com> | 2020-01-23 15:37:31 +0400 |
commit | d7eb89eac8f76c46849f5e0d18a7ea00dc2d07bb (patch) | |
tree | 64766fea977b364d3b5bd4037fe7a6e42e832b72 /releasenotes/notes/no-log-if-ignore-errors-e2223b8a646b4c40.yaml | |
parent | 04b2b5d451df7d5aa4047a6b38aa364c400602a3 (diff) | |
download | oslo-messaging-d7eb89eac8f76c46849f5e0d18a7ea00dc2d07bb.tar.gz |
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
Diffstat (limited to 'releasenotes/notes/no-log-if-ignore-errors-e2223b8a646b4c40.yaml')
-rw-r--r-- | releasenotes/notes/no-log-if-ignore-errors-e2223b8a646b4c40.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/releasenotes/notes/no-log-if-ignore-errors-e2223b8a646b4c40.yaml b/releasenotes/notes/no-log-if-ignore-errors-e2223b8a646b4c40.yaml new file mode 100644 index 0000000..84365cc --- /dev/null +++ b/releasenotes/notes/no-log-if-ignore-errors-e2223b8a646b4c40.yaml @@ -0,0 +1,5 @@ +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. |