1
0
Fork 0
mirror of synced 2024-05-23 22:10:04 +12:00

Lgndr: Log what config location we are using

This commit is contained in:
loathingKernel 2023-12-16 13:57:32 +02:00
parent 1139765343
commit 447d704de3
No known key found for this signature in database
GPG key ID: CE0C72D0B53821FD

View file

@ -31,6 +31,7 @@ class LegendaryCore(LegendaryCoreReal):
def __init__(self, *args, **kwargs):
super(LegendaryCore, self).__init__(*args, **kwargs)
self.log.info("Using Rare's LegendaryCore monkey")
self.log.info("Using config in %s", self.lgd.path.replace(os.getlogin(), "<username>"))
self.handler = LgndrLogHandler(logging.CRITICAL)
self.log.addHandler(self.handler)