diff --git a/src/shared.py b/src/shared.py index a72a6a3..8ed874c 100644 --- a/src/shared.py +++ b/src/shared.py @@ -12,7 +12,7 @@ source_directory = os.path.dirname(os.path.realpath(__file__)) trusted_peer = None # trusted_peer = ('127.0.0.1', 8444) -log_level = logging.DEBUG +log_level = logging.INFO magic_bytes = b'\xe9\xbe\xb4\xd9' protocol_version = 3