SeanDaBlack / AbBOT

310 stars 57 forks source link

Better logging #27

Closed andria-dev closed 2 years ago

andria-dev commented 2 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.