log http headers
This commit is contained in:
parent
68408d0372
commit
18b879be14
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