landai-systems/DevHands

Add automated timestamped logs to logs/devhands.log

开放

#11 创建于 2025年7月29日

 (0 条评论) (0 个反应) (0 位负责人)Python (3 个派生)auto 404
featuregood first issuelogging

仓库指标

星标
 (3 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南