mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 13:52:15 +01:00
Raise logging level for ignore read errors to warning
This commit is contained in:
parent
11a8b952d7
commit
555b64085c
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue