Electrenator / Tabbly

A program for showing your browser tab usage within Discord's rich presence and to log that usage.
GNU General Public License v3.0
3 stars 0 forks source link

Improve logging with library #29

Open Electrenator opened 1 year ago

Electrenator commented 1 year ago

Recently seen that logging libraries could be really nice to have for error and other logging. Should allow the output of Tably to at least have a timestamp and maybe also have logging libraries. Should still look at what's available for Python.

Don't think it's neassecary for it to log to a file by default. Except maybe error logging with an auto start (#27).

Electrenator commented 1 year ago

Want to have options for logging setting with it. Should be able to do that after #30, which I am currently reading some articles for

Electrenator commented 11 months ago

Oh, well apparently python has it's own loging lib