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
8 lines
230 B
YAML
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``.
|