1
0
Fork 0
mirror of synced 2024-06-02 10:44:40 +12:00

Add a log to non debug mode, to get python version and os

This commit is contained in:
Dummerle 2022-04-13 00:57:17 +02:00
parent 8b723f7fcc
commit 613de928a6
No known key found for this signature in database
GPG key ID: AB68CC59CA39F2F1

View file

@ -296,6 +296,8 @@ def start(args):
level=logging.INFO,
filename=file_name,
)
logger.info(f"Launching Rare version {rare.__version__}")
logger.info(f"Operating System: {platform.system()}")
while True:
app = App(args)