Skip to content

Commit

Permalink
change parent logger name
Browse files Browse the repository at this point in the history
  • Loading branch information
iLLiCiTiT committed Feb 7, 2024
1 parent daccaf8 commit 8753da8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/ayon_core/hosts/blender/plugins/load/load_action.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
AVALON_PROPERTY,
)

logger = logging.getLogger("openpype").getChild("blender").getChild("load_action")
logger = logging.getLogger("ayon").getChild("blender").getChild("load_action")


class BlendActionLoader(plugin.AssetLoader):
Expand Down

0 comments on commit 8753da8

Please sign in to comment.