landai-systems/DevHands

Add automated timestamped logs to logs/devhands.log

Ouverte

#11 ouverte le 29 juil. 2025

 (0 commentaire) (0 réaction) (0 personne assignée)Python (3 forks)auto 404
featuregood first issuelogging

Métriques du dépôt

Stars
 (3 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

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.

Guide contributeur