Updated logging

This commit is contained in:
Mark Qvist
2025-01-21 23:55:49 +01:00
parent 06de7f4a3d
commit fd6d8ffff8
2 changed files with 12 additions and 12 deletions

View File

@@ -302,7 +302,7 @@ class Reticulum:
time.sleep(1.5)
self.__apply_config()
RNS.log(f"Utilising cryptography backend \"{RNS.Cryptography.Provider.backend()}\"", RNS.LOG_VERBOSE)
RNS.log(f"Utilising cryptography backend \"{RNS.Cryptography.Provider.backend()}\"", RNS.LOG_DEBUG)
RNS.log(f"Configuration loaded from {self.configpath}", RNS.LOG_VERBOSE)
RNS.Identity.load_known_destinations()