You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
logdir=os.getenv('LOGDIR',os.path.dirname(os.path.realpath(main.__file__))) #Récupération de la variable d'environnement LOGDIR si elle existe, . sinon on se place là où se trouve le script lancé
logname=os.path.splitext(os.path.basename(main.__file__))[0]+'.log' #On récupère le nom du script lancé (python <script.py> et on y appose l'extension .log)