logging

have a logging system:

log infos and above when the code is executed in a production environment and keep the debug level for when things break or to debug some functionality.

Last updated