mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
change parent logger name
This commit is contained in:
parent
daccaf878f
commit
8753da8a85
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ from ayon_core.hosts.blender.api.pipeline import (
|
|||
AVALON_PROPERTY,
|
||||
)
|
||||
|
||||
logger = logging.getLogger("openpype").getChild("blender").getChild("load_action")
|
||||
logger = logging.getLogger("ayon").getChild("blender").getChild("load_action")
|
||||
|
||||
|
||||
class BlendActionLoader(plugin.AssetLoader):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue