From f1d7215ebaa3eb3c9a6d0ea9a67754c0d3fb4ebf Mon Sep 17 00:00:00 2001 From: b3yond Date: Sun, 9 Sep 2018 15:09:40 +0200 Subject: [PATCH] debug level was not enough --- frontend.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend.py b/frontend.py index cb948ce..b57288e 100755 --- a/frontend.py +++ b/frontend.py @@ -41,7 +41,7 @@ def register_post(): try: link = url('confirm/' + city + '/%s' % db.user_token(email, password)) print(link) # only for local testing - logger.info('confirmation link to ' + email + ": " + link) + logger.error('confirmation link to ' + email + ": " + link) sendmail( email, "Confirm your account",