MenuDocs / Pyro

A Python Discord Bot
Apache License 2.0
26 stars 6 forks source link

The mongo db Document class should utilize its logger #13

Closed Skelmis closed 4 years ago

Skelmis commented 4 years ago

Essentially, I just noticed the class still raises on errors, when each instance is connected to a logger so i think it should be moved over to that, thoughts? So instead of raising, it would be like logger.error... etc

Skelmis commented 4 years ago

Im sure this could be further improved, any ideas?

ribosomerocker commented 4 years ago

It looks good

ribosomerocker commented 4 years ago

It looks like this issue is done