Change default log level

This commit is contained in:
TheKysek 2017-02-13 19:02:36 +01:00
parent 1146100168
commit eb0f6bca22
1 changed files with 1 additions and 1 deletions

View File

@ -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