Raise logging level for ignore read errors to warning

This commit is contained in:
Roy Nieterau 2018-04-13 17:42:51 +02:00
parent 11a8b952d7
commit 555b64085c

View file

@ -149,7 +149,7 @@ class ReferenceLoader(api.Loader):
if not content:
raise
self.log.info("Ignoring file read error:\n%s", exc)
self.log.warning("Ignoring file read error:\n%s", exc)
# Fix PLN-40 for older containers created with Avalon that had the
# `.verticesOnlySet` set to True.