SeanDaBlack / AbBOT

308 stars 55 forks source link

Better logging #27

Closed andria-dev closed 3 years ago

andria-dev commented 3 years ago

Currently, the logging I wrote is lackluster. It would be better for the users of the script if we logged specifically what was happening in human-readable terms and then if we increase the verbosity, we can log the more technical stuff. That and timestamps might be helpful.

I'm probably gonna try using the built-in logging library to avoid adding another dependency.