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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

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()