Commit 200a398
committed
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]>1 parent b38c420 commit 200a398
File tree
1 file changed
+2
-2
lines changed- src/frequenz/sdk/timeseries/formula_engine
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
313 | 313 | | |
314 | 314 | | |
315 | 315 | | |
316 | | - | |
| 316 | + | |
317 | 317 | | |
318 | 318 | | |
319 | 319 | | |
| |||
582 | 582 | | |
583 | 583 | | |
584 | 584 | | |
585 | | - | |
| 585 | + | |
586 | 586 | | |
587 | 587 | | |
588 | 588 | | |
| |||
0 commit comments