Importance of Logging
When thinking of building applications, many think of how the application works, how to design the system and schemas. But not much thought is put into writing logs for the application. However, logs may just be the most important thing in an application. If done right, you will not have to think much about it during development. If not done at the start, you may find yourself reading your code again or changing that ‘println’ or ‘console....