Skip to content
This repository has been archived by the owner on Aug 22, 2019. It is now read-only.

Commit

Permalink
fb logging
Browse files Browse the repository at this point in the history
  • Loading branch information
akelad committed Nov 7, 2017
1 parent 1586140 commit 443569e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rasa_core/channels/facebook.py
Expand Up @@ -95,7 +95,7 @@ def hello():
signature = request.headers.get("X-Hub-Signature") or ''
if not validate_hub_signature(self.fb_secret, request.data,
signature):
logger.debug("Fb secret not validated. FB secret: {0}, request: {1}, signature: {2}".format(self.fb_secret, request.data, signature))
logger.debug("Fb secret not validated.")
return "not validated"

output = request.json
Expand Down

0 comments on commit 443569e

Please sign in to comment.