mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
LaunchHook is using PypeLogger
This commit is contained in:
parent
687ccf7217
commit
9a814320ba
1 changed files with 1 additions and 1 deletions
|
|
@ -737,7 +737,7 @@ class LaunchHook:
|
|||
|
||||
Always should be called
|
||||
"""
|
||||
self.log = logging.getLogger(self.__class__.__name__)
|
||||
self.log = Logger().get_logger(self.__class__.__name__)
|
||||
|
||||
self.launch_context = launch_context
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue