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.

貢獻者指南