As a developer, I want to have more detailed logging of INFO, WARNING, and ERROR severity to be able to quickly understand what was going on on the server before it failed or if there were any configuration or other service connection issues.
Cases to be handled:
User provide bad config info in .env file or it is not provided at all.
Connection to the SlackAPI was refused or 400-500 response was sent.
Think of other possible scenarios that could go wrong during the runtime.
As a developer, I want to have more detailed logging of INFO, WARNING, and ERROR severity to be able to quickly understand what was going on on the server before it failed or if there were any configuration or other service connection issues.
Cases to be handled:
Think of other possible scenarios that could go wrong during the runtime.