landai-systems/DevHands

Add automated timestamped logs to logs/devhands.log

Aperta

#11 aperta il 29 lug 2025

 (0 commenti) (0 reazioni) (0 assegnatari)Python (3 fork)auto 404
featuregood first issuelogging

Metriche repository

Star
 (3 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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.

Guida contributor