Updated logging

This commit is contained in:
Mark Qvist 2025-01-21 23:22:39 +01:00
parent 7221becd35
commit 06de7f4a3d
3 changed files with 5 additions and 2 deletions

View file

@ -177,6 +177,8 @@ class Reticulum:
if RNS.Profiler.ran():
RNS.Profiler.results()
RNS.loglevel = -1
@staticmethod
def sigint_handler(signal, frame):
RNS.Transport.detach_interfaces()