landai-systems/DevHands

Add automated timestamped logs to logs/devhands.log

オープン

#11 opened on 2025/07/29

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)Python (3 件のフォーク)auto 404
featuregood first issuelogging

Repository metrics

Stars
 (3 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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.

コントリビューターガイド