Stop user exception arguments aren’t logged #3041
ddennerline3
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Users raising a StopUser exception is completely normal, so I don't think we can/should log it. If it is an actual error, maybe log something manually? Something like
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The StopUser exception can be useful for raising when a user cannot authenticate - especially in the on_start() method. Right now the StopUser exception is not logged, so it’s difficult to determine why users are stopping.
Example code:
Beta Was this translation helpful? Give feedback.
All reactions