landai-systems/DevHands

Add automated timestamped logs to logs/devhands.log

Open

#11 opened on Jul 29, 2025

 (0 comments) (0 reactions) (0 assignees)Python (3 forks)auto 404
featuregood first issuelogging

Repository metrics

Stars
 (3 stars)
PR merge metrics
 (PR metrics pending)

Description

Description: Introduce basic logging to track actions like "New app created", "Analyzer started", or "File skipped".

Tasks:

  • Add a new logger in devhands/config/logger.py (if not already present).
  • Log all major CLI events with level INFO.
  • Use logging.FileHandler to write logs to logs/devhands.log.
  • Ensure the directory is created if it doesn't exist.

Contributor guide