mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
TextClient: fix logging not always showing up (#2846)
This commit is contained in:
@@ -941,4 +941,5 @@ def run_as_textclient():
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
|
logging.getLogger().setLevel(logging.INFO) # force log-level to work around log level resetting to WARNING
|
||||||
run_as_textclient()
|
run_as_textclient()
|
||||||
|
Reference in New Issue
Block a user