brohrer / robot-brain-project

a general purpose learning agent
205 stars 46 forks source link

Add logging #29

Closed brohrer closed 5 years ago

brohrer commented 6 years ago

There are a lot of "info" and "debug" level print statements in the code. It would be great to log these out to a file, python style, using the logging package.