landai-systems/DevHands
Add automated timestamped logs to logs/devhands.log
Aberta
#11 aberto em 29 de jul. de 2025
featuregood first issuelogging
Métricas do repositório
- Stars
- (3 estrelas)
- Métricas de merge de PR
- (Métricas PR pendentes)
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.