Skip to content

Commit

Permalink
Made error message more informative
Browse files Browse the repository at this point in the history
  • Loading branch information
MetcalfeTom committed Jul 17, 2019
1 parent 3abf8a4 commit d5f94bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rasa/core/processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -445,8 +445,8 @@ async def _run_action(
logger.error(
"Encountered an exception while running action '{}'. "
"Bot will continue, but the actions events are lost. "
"Make sure to fix the exception in your custom "
"code.".format(action.name())
"Please check the logs of your action server for "
"more information.".format(action.name())
)
logger.debug(e, exc_info=True)
events = []
Expand Down

0 comments on commit d5f94bc

Please sign in to comment.