Skip to content

[frontend] Lower log priority when failing to remove a file from the Catalogue

Description

Currently we log an ERROR when the frontend is processing a delete request and it is unable to remove the file from the Catalogue. We do not differentiate between the possible scenarios that can cause the failure, some should be reported as INFO (file in queued for archive but not yet archived) some should be reported as ERROR (we were not able to connect to the Catalogue due to network issues). For now we will modify the severity of the log message to WARN.

Checklist

  • Documentation reflects the changes made.
  • Merge Request title is clear, concise, and suitable as a changelog entry. See this link

References

Closes #1202 (closed)

Edited by Pablo Oliver Cortes

Merge request reports

Loading