TextClient: fix logging not always showing up (#2846)
This commit is contained in:
parent
7a86285807
commit
38cc90efd0
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue