mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-04-22 10:53:28 -07: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