subecho / KarmaChameleon

A Simple Karma Bot User for Slack
GNU General Public License v3.0
6 stars 1 forks source link

Add Logging for the Event Manager Class #9

Closed subecho closed 3 years ago

subecho commented 6 years ago

Currently there is no logging in the Event Manager class. We should add some logging for information about messages coming in (like event type).

bdecato commented 3 years ago

My exploration with leaderboard today made this more apparent as well: maybe we could have a logfile outside the main karma file that logs the details of each increment/decrement (maybe the date & time, day of week, user, incremented/decremented thing, and whether it was a plus or a minus).

With this kind of a log file, we could building some nice visualizations of usage by time and day of week, trending topics over time, and things like that.