From 35059dedfafe9b3602ca9f5fc6ad95360fc17965 Mon Sep 17 00:00:00 2001 From: Vitalii Solodilov Date: Sat, 29 Dec 2018 16:37:21 +0400 Subject: [PATCH] [#313] fix test --- legion/legion/edi/security.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legion/legion/edi/security.py b/legion/legion/edi/security.py index 3f76073da..89451afd0 100644 --- a/legion/legion/edi/security.py +++ b/legion/legion/edi/security.py @@ -131,6 +131,6 @@ def get_security_params_from_config(): return dict(config['security']) except Exception as e: - LOG.debug('Exception during parsing of legion config {}'.format(e)) + LOG.debug('Exception during parsing of legion config {}'.format(e), exc_info=True) return {}