arthurquinn / solitaire

A solitaire engine and game interface that will eventually be deployed to the web.
0 stars 0 forks source link

Engine creates two logs files (second one is empty) when ran through the webserver #37

Open MSaIim opened 6 years ago

MSaIim commented 6 years ago

If running the engine with "--debug" argument from the web server, the engine will generate two log files with one being empty. You can't see the contents of the log file until the web server shuts down.

arthurquinn commented 6 years ago

@MSaIim For clarity this is the engine log and not the python webserver? The webserver should eventually have its own logging system separate from engine.

MSaIim commented 6 years ago

Yea, changed title and description.