debug level was not enough

This commit is contained in:
b3yond 2018-09-09 15:09:40 +02:00
parent 4586e14ee4
commit f1d7215eba

View file

@ -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",