LaunchHook is using PypeLogger

This commit is contained in:
iLLiCiTiT 2020-11-24 17:05:46 +01:00
parent 687ccf7217
commit 9a814320ba

View file

@ -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