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.