From 9a814320ba6952025fce0c2215214b2792e33432 Mon Sep 17 00:00:00 2001 From: iLLiCiTiT Date: Tue, 24 Nov 2020 17:05:46 +0100 Subject: [PATCH] LaunchHook is using PypeLogger --- pype/lib/applications.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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