mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
log debug for missing settings
This commit is contained in:
parent
750ad82744
commit
52a82a9110
1 changed files with 1 additions and 1 deletions
|
|
@ -343,7 +343,7 @@ def get_plugin_settings(plugin, project_settings, log, category=None):
|
|||
[plugin.__name__]
|
||||
)
|
||||
except KeyError:
|
||||
log.warning((
|
||||
log.debug((
|
||||
"Couldn't find plugin '{}' settings"
|
||||
" under settings category '{}'"
|
||||
).format(plugin.__name__, settings_category))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue