File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -252,5 +252,5 @@ def main():
252
252
),
253
253
" " ,
254
254
)
255
- LOGGER .exception (f"(1) Unhandled exception:\n { traceback_formatted } " )
255
+ LOGGER .critical (f"(1) Unhandled exception:\n { traceback_formatted } " )
256
256
sys .exit (1 )
Original file line number Diff line number Diff line change @@ -147,5 +147,5 @@ def main():
147
147
),
148
148
" " ,
149
149
)
150
- LOGGER .exception (f"(1) Unhandled exception:\n { traceback_formatted } " )
150
+ LOGGER .critical (f"(1) Unhandled exception:\n { traceback_formatted } " )
151
151
sys .exit (1 )
Original file line number Diff line number Diff line change @@ -204,5 +204,5 @@ def main():
204
204
),
205
205
" " ,
206
206
)
207
- LOGGER .exception (f"(1) Unhandled exception:\n { traceback_formatted } " )
207
+ LOGGER .critical (f"(1) Unhandled exception:\n { traceback_formatted } " )
208
208
sys .exit (1 )
You can’t perform that action at this time.
0 commit comments