TextClient: fix logging not always showing up (#2846)

This commit is contained in:
black-sliver
2024-02-20 08:07:33 +01:00
committed by GitHub
parent 7a86285807
commit 38cc90efd0

View File

@@ -941,4 +941,5 @@ def run_as_textclient():
if __name__ == '__main__':
logging.getLogger().setLevel(logging.INFO) # force log-level to work around log level resetting to WARNING
run_as_textclient()