[Sub-issue #80-G]: CI/CD Integration + Documentation #87
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Parent Issue
Refs #80 - Unified Debug Logging System
Scope
Integrate logging configuration into CI/CD pipelines and update all documentation.
Files to Modify
.gitea/workflows/staging.yaml- Add generate-log-config.sh DEBUG.gitea/workflows/production.yaml- Add generate-log-config.sh INFOdocs/UX-DEBUGGING.md- Replace with unified logging documentationREADME.md- Update container count (5 → 9)CLAUDE.md- Update architecture descriptionImplementation Details
CI/CD Integration
.gitea/workflows/staging.yaml addition:
.gitea/workflows/production.yaml addition:
Documentation Updates
docs/LOGGING.md (new, replaces UX-DEBUGGING.md):
{container="mvp-backend"} |= "abc123-def456"
{container=~"mvp-.*"} | json | level="error"
Acceptance Criteria
Dependencies
Depends on #80-A, #80-B, #80-C, #80-D, #80-E, #80-F
Milestone
Milestone 5: CI/CD + Documentation