You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
is it somehow possible to disable or at least redirect all the logging outputs so that they don't dominate the terminal? I'm talking about prints such as the following:
Configure: feature layer interface disabled
Configure: score interface disabled
Configure: render interface disabled
Launching next game.
Next launch phase started: 2
Next launch phase started: 3
Next launch phase started: 4
Next launch phase started: 5
Next launch phase started: 6
Next launch phase started: 7
The text was updated successfully, but these errors were encountered:
Additionally, if one wants to retrace these outputs, I found pysc2 already supports strace.
The only thing is to set flags.sc2_strace=True defined at sc_process.py.
is it somehow possible to disable or at least redirect all the logging outputs so that they don't dominate the terminal? I'm talking about prints such as the following:
The text was updated successfully, but these errors were encountered: