Skip to content

Commit 827bd49

Browse files
committed
✨ feat(core): added crypto controller [patch candidate]
1 parent e408067 commit 827bd49

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

control_commit/main.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,8 @@ def emit(self, record):
9494
)
9595
self.stream.write(msg + self.terminator)
9696
self.flush()
97-
except Exception:
97+
except Exception as e_handle_emit:
98+
logger.debug(f"SafeStreamHandler error: {e_handle_emit}")
9899
self.handleError(record)
99100

100101
safe_console_handler = SafeStreamHandler()

0 commit comments

Comments
 (0)