lightvector / KataGo

GTP engine and self-play learning in Go
https://katagotraining.org/
Other
3.56k stars 564 forks source link

Consider duplicating parallel engine's `error`s and `warning`s to stderr. #723

Open svblsvljb opened 1 year ago

svblsvljb commented 1 year ago

This can play a big role in debugging an app that runs katago as a child process. I don't see any reasons to not do it.

lightvector commented 1 year ago

Thanks, does this work for you? It adds an option to log only the error and warning responses, rather than all responses. https://github.com/lightvector/KataGo/pull/728

svblsvljb commented 1 year ago

Thanks, does this work for you? It adds an option to log only the error and warning responses, rather than all responses. #728

Yes, it works!