Mozzo1000 / movielst

:movie_camera: Everything about your movies within the command line.
Other
0 stars 1 forks source link

Implement logging #5

Closed Mozzo1000 closed 6 years ago

Mozzo1000 commented 6 years ago

What to do?

Replace every error handling that prints out the error to the console to instead log it with an event logger, https://docs.python.org/3/library/logging.html

Why?

Having a log file will make finding bugs easier, it will also make it so we can output friendly information to the user while still giving the developer enough to debug.