Reduce benign shutdown and platform log noise on macOS
This commit is contained in:
@@ -128,7 +128,7 @@ class ChainService:
|
||||
|
||||
def _signal_handler(self, signum: int, frame: Any) -> None:
|
||||
"""Received SIGTERM/SIGINT — stop cleanly and ensure firewall is disengaged."""
|
||||
log.warning("Signal %s received — stopping ChainService.", signum)
|
||||
log.info("Signal %s received — stopping ChainService.", signum)
|
||||
self._stop.set()
|
||||
terminate_process(self._proc)
|
||||
fw_emergency_disengage()
|
||||
|
||||
Reference in New Issue
Block a user