You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Write debug instead of exception after FormulaEngine stop
Replace exception with debug message to avoid confusing traceback output.
Previously, FormulaEngine couldn't be stopped, so exception was acceptable.
Now that FormulaEngine can be stopped, use severity level 'debug' since
stopping is a normal operation and usefull only during debugging.
Signed-off-by: Elzbieta Kotulska <[email protected]>
0 commit comments