samuelbryant / sjb-tools

A simple CLI program to create, maintain and edit todo lists
MIT License
0 stars 0 forks source link

[Refactor] Proper logging #25

Open samuelbryant opened 6 years ago

samuelbryant commented 6 years ago

Currently the only warning in the system is generated via warn.warning which spits out unreadable text.

Ideally the user would never be aware that the backend is python.

Logging should be done the 'right way' without having to handroll anything. I don't know what this is though and I haven't explored it at all.