trace
This commit is contained in:
parent
37bd3b8143
commit
cd45edced5
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ def new_form_comment():
|
|||
ip = request.headers["X-Forwarded-For"]
|
||||
|
||||
# log
|
||||
logger.info(data)
|
||||
logger.info("form data " + str(data))
|
||||
|
||||
# validate token: retrieve site entity
|
||||
token = data.get("token", "")
|
||||
|
|
Loading…
Add table
Reference in a new issue