fix logging

This commit is contained in:
Son 2022-01-04 14:58:24 +01:00
parent bc2f9ad45f
commit 72bd998b9b

View file

@ -13,7 +13,7 @@ from app.phone.base import phone_bp
def provider1_sms():
if request.headers.get(PHONE_PROVIDER_1_HEADER) != PHONE_PROVIDER_1_SECRET:
LOG.e(
"Unauthenticated callback",
"Unauthenticated callback %s %s %s %s",
request.headers,
request.method,
request.args,