legco_ai_assistant/backend/app
Woody e83a4708b5 feat(backend): add rotating file logging to backend/app/log/
- Configure RotatingFileHandler in main.py (10MB per file, 5 backups)

- Log directory auto-created on startup

- Add backend/app/log/ to .gitignore

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
2026-04-23 14:09:48 +08:00
..
core feat(backend): add dependency injection and update main entry point 2026-04-23 13:27:30 +08:00
models refactor(backend): update Pydantic models for ingestion and query 2026-04-23 13:26:20 +08:00
routers refactor(backend): update ingest and query routers 2026-04-23 13:26:32 +08:00
services refactor(backend): update query decomposer, relevance filter, and RAG service 2026-04-23 13:26:56 +08:00
test test(backend): update Phase 1 test suite 2026-04-23 13:27:40 +08:00
utils refactor(backend): update document parsers for DOCX and PDF 2026-04-23 13:27:08 +08:00
__init__.py feat: Phase 1.1 project setup with config, database, and models 2026-04-22 16:13:52 +08:00
main.py feat(backend): add rotating file logging to backend/app/log/ 2026-04-23 14:09:48 +08:00