Go to file
Matt 4527c85e3d fix: use standard logging format to avoid reserved 'message' key
Python's logging.LogRecord reserves 'message' as an attribute.
Using it in extra dict causes KeyError.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-07 11:59:18 +01:00
.claude Initial commit: LetsBe Cloud Orchestrator 2025-12-03 11:02:31 +01:00
alembic feat: add secure token-based agent registration and multi-tenant isolation 2025-12-07 11:11:32 +01:00
app fix: use standard logging format to avoid reserved 'message' key 2025-12-07 11:59:18 +01:00
tests feat: add secure token-based agent registration and multi-tenant isolation 2025-12-07 11:11:32 +01:00
.env.example docs: add ADMIN_API_KEY to .env.example with generation instructions 2025-12-07 11:25:38 +01:00
.gitignore Initial commit: LetsBe Cloud Orchestrator 2025-12-03 11:02:31 +01:00
CLAUDE.md Initial commit: LetsBe Cloud Orchestrator 2025-12-03 11:02:31 +01:00
Dockerfile Initial commit: LetsBe Cloud Orchestrator 2025-12-03 11:02:31 +01:00
ROADMAP.md feat: add tenant_id to agent registration and task filtering 2025-12-05 20:09:58 +01:00
alembic.ini Initial commit: LetsBe Cloud Orchestrator 2025-12-03 11:02:31 +01:00
docker-compose-dev.yml chore: add ADMIN_API_KEY to docker-compose files 2025-12-07 11:24:46 +01:00
docker-compose.yml chore: add ADMIN_API_KEY to docker-compose files 2025-12-07 11:24:46 +01:00
nginx.conf Add production Docker Compose and nginx config 2025-12-03 11:25:57 +01:00
requirements.txt Add ENV and FILE management APIs with tests 2025-12-04 00:30:37 +01:00