diff --git a/pype/lib/applications.py b/pype/lib/applications.py index ed21a1b7e5..80b698ecc8 100644 --- a/pype/lib/applications.py +++ b/pype/lib/applications.py @@ -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