log to file
This commit is contained in:
@@ -9,7 +9,7 @@ import logging
|
||||
|
||||
def main():
|
||||
args = parseCommandLine()
|
||||
logging.basicConfig(level=logging.INFO)
|
||||
logging.basicConfig(filename='log.txt', level=logging.INFO)
|
||||
game = createGame(args)
|
||||
asyncio.run(game.run())
|
||||
|
||||
|
||||
Reference in New Issue
Block a user