AryaChakraborty / articulus_rag

25 stars 33 forks source link

Enhance Logging for Better Debugging #42

Closed Vikranth3140 closed 4 months ago

Vikranth3140 commented 4 months ago

Description:

The current logging mechanism in the project is minimal and does not provide enough information for debugging. Improving the logging can help developers understand the flow and catch issues more efficiently.

Tasks:

  1. Implement logging at different levels (info, debug, error).
  2. Add logging statements to key functions to trace the execution flow and capture important variables.
AryaChakraborty commented 4 months ago

we already have this functionality