pvanarkel / discord-jeeves

MIT License
2 stars 0 forks source link

As a DevOps Engineer, I want the log output only printed once #26

Closed pvanarkel closed 3 years ago

pvanarkel commented 3 years ago

Because the logger instance is instantiated in each file that requires logging, entries are duplicated in jeeves.log. Make the logger construct in a class and instantiate it only once.

Issue is blocking for 0.2 release