miguel5g/pallas

Add debug logs for troubleshooting

Opened this issue · 0 comments

Currently, it can be difficult to troubleshoot issues that arise in the application. To improve our ability to diagnose and fix problems, we should add debug logs throughout the codebase. This will provide more detailed information about what's happening during different stages of the application's execution, making it easier to identify the root cause of bugs and other issues.

The debug logs should include information such as the current state of the application, the inputs and outputs of various functions, and any other relevant details. Additionally, we should consider using a logging library or framework to make it easier to organize and view the logs.

This task will require adding log statements to various parts of the codebase and configuring the logging library or framework. Once the debug logs have been added, we should also update the documentation to explain how to use them for troubleshooting.