diff --git a/gestion/secrets_new.py b/gestion/secrets_new.py index 48f46c0b..bb9961dc 100644 --- a/gestion/secrets_new.py +++ b/gestion/secrets_new.py @@ -45,4 +45,5 @@ def get(secret): sys.path.pop() return getattr(module, secret) except: + syslog('...and that failed.') raise Exception("Impossible d'acceder au secret %s!" % secret)