Open
Description
❓Is your feature request related to a problem? Please describe.
The logs are super boring to look at and sometimes hard to differentiate between each line.
📝Describe the solution you'd like
Colorize the logs to make them more fun to look at and easier to digest.
⚙️Additional context
I've done this for a side project in the past and have been a big time admirer of the colorization of the Twitch Channel Points Miner so this should be pretty easy to implement just by cloning behavior from other inspirations.
I'll have to remember about logging color codes to file so a fun regex is in order to clean out color codes (or maybe just smart programming on a per logging handler basis?)