Files
ironic/releasenotes/notes/fix-ilo-drivers-log-message-c3c64c1ca0a0bca8.yaml
Shivanand Tendulker 8a73b344f3 Changes log level of a message
This fix changes the log level of a message to 'info'. The message
is related to deletion of swift temporary object when object is not
found on the swift. The swift temporary object being attempted for
delete has a expiration time hence this message need not be of
'warning' level.

Change-Id: I7ac52bd0e1ef61d35722dce352e6bc1844d3d2d2
Closes-Bug: #1629286
2017-07-25 17:43:32 +00:00

8 lines
230 B
YAML

---
fixes:
- |
When the deletion of a swift temporary object fails because the
object is no longer available in swift, a message is logged.
The log level of this message was changed from ``warning`` to
``info``.