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.