Learning-Python-Team/Chess

Add module specific logging.

Opened this issue · 2 comments

The current logging logs everything to the root logger, but it seems to be customary for each module to have its own logger and for root to control them but not be used.
I tried my hand at it a bit already, see the commented code at the start of main and board.

I'll have a look. Is this in your fork?

Ah I see now. #26