debug level was not enough

multi-deployment
b3yond 2018-09-09 15:09:40 +02:00
parent 4586e14ee4
commit f1d7215eba
1 changed files with 1 additions and 1 deletions

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