log http headers
This commit is contained in:
parent
86d1a8e43c
commit
fd43d57db9
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ def new_form_comment():
|
|||
|
||||
try:
|
||||
data = request.form
|
||||
logger.info('headers: {}'.format(request.headers))
|
||||
logger.info(data)
|
||||
|
||||
# validate token: retrieve site entity
|
||||
|
|
Loading…
Add table
Reference in a new issue