Change default log level
This commit is contained in:
parent
1146100168
commit
eb0f6bca22
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user