Open Issues Need Help
View All on GitHubAI Summary: Enhance the CRONDA application by adding a comprehensive logging system. This involves using Python's logging module to record timestamps, deleted objects, errors, and execution time for each cron job run. Logs should ideally be stored in a file (e.g., `cronda.log`) for easy monitoring and debugging.
Complexity:
3/5
enhancement help wanted medium observability