-
Notifications
You must be signed in to change notification settings - Fork 0
Error Logging needs to be added #9
Copy link
Copy link
Open
Labels
mode - missingSomething is not present that should beSomething is not present that should bepriority - lowAt the end of the queue for analysis and resolutionAt the end of the queue for analysis and resolutionsource - implementationIssue exists in the code or other implementationIssue exists in the code or other implementationtype - enhancementAdding a new featureAdding a new feature
Metadata
Metadata
Assignees
Labels
mode - missingSomething is not present that should beSomething is not present that should bepriority - lowAt the end of the queue for analysis and resolutionAt the end of the queue for analysis and resolutionsource - implementationIssue exists in the code or other implementationIssue exists in the code or other implementationtype - enhancementAdding a new featureAdding a new feature
Currently the app is missing any kind of error logging so finding and fixing bugs can be very time consuming. We should add a error logging module so that we can create and maintain error logs. If possible we should try to find a module that can either be disabled with not dev-testing versions or have the ability to be very verbose for dev testing and very limited in production releases.