docs: add unified logging system documentation and CI/CD integration (#87) #94

Merged
egullickson merged 1 commits from issue-87-cicd-logging-docs into main 2026-02-05 02:57:05 +00:00
Owner

Summary

  • Update staging workflow to use LOG_LEVEL=DEBUG for full debugging
  • Create docs/LOGGING.md with unified logging documentation (replaces UX-DEBUGGING.md)
  • Update all architecture references to 9-container (6 app + 3 logging)

Changes

  • .gitea/workflows/staging.yaml: LOG_LEVEL changed from INFO to DEBUG
  • docs/LOGGING.md: New unified logging documentation
  • docs/UX-DEBUGGING.md: Deleted (replaced by LOGGING.md)
  • CLAUDE.md: Updated container count and architecture section
  • README.md: Updated container count
  • docs/README.md: Updated container count, added LOGGING.md link
  • docs/CLAUDE.md: Updated file table
  • docs/PLATFORM-SERVICES.md: Updated deployment section

Test Plan

  • Staging workflow uses LOG_LEVEL=DEBUG
  • Production workflow uses LOG_LEVEL=INFO (unchanged)
  • docs/UX-DEBUGGING.md deleted
  • docs/LOGGING.md created with complete documentation
  • README.md updated: "9-container architecture"
  • CLAUDE.md updated with logging architecture

Fixes #87

Generated with Claude Code

## Summary - Update staging workflow to use LOG_LEVEL=DEBUG for full debugging - Create docs/LOGGING.md with unified logging documentation (replaces UX-DEBUGGING.md) - Update all architecture references to 9-container (6 app + 3 logging) ## Changes - `.gitea/workflows/staging.yaml`: LOG_LEVEL changed from INFO to DEBUG - `docs/LOGGING.md`: New unified logging documentation - `docs/UX-DEBUGGING.md`: Deleted (replaced by LOGGING.md) - `CLAUDE.md`: Updated container count and architecture section - `README.md`: Updated container count - `docs/README.md`: Updated container count, added LOGGING.md link - `docs/CLAUDE.md`: Updated file table - `docs/PLATFORM-SERVICES.md`: Updated deployment section ## Test Plan - [x] Staging workflow uses LOG_LEVEL=DEBUG - [x] Production workflow uses LOG_LEVEL=INFO (unchanged) - [x] docs/UX-DEBUGGING.md deleted - [x] docs/LOGGING.md created with complete documentation - [x] README.md updated: "9-container architecture" - [x] CLAUDE.md updated with logging architecture Fixes #87 Generated with [Claude Code](https://claude.com/claude-code)
egullickson added 1 commit 2026-02-05 02:50:38 +00:00
docs: add unified logging system documentation and CI/CD integration (refs #87)
All checks were successful
Deploy to Staging / Build Images (pull_request) Successful in 31s
Deploy to Staging / Deploy to Staging (pull_request) Successful in 22s
Deploy to Staging / Verify Staging (pull_request) Successful in 2m31s
Deploy to Staging / Notify Staging Ready (pull_request) Successful in 8s
Deploy to Staging / Notify Staging Failure (pull_request) Has been skipped
72275096f8
- Update staging workflow to use LOG_LEVEL=DEBUG
- Create docs/LOGGING.md with unified logging documentation
- Delete docs/UX-DEBUGGING.md (replaced by LOGGING.md)
- Update architecture to 9-container (6 app + 3 logging)
- Update CLAUDE.md, README.md, docs/README.md, docs/CLAUDE.md
- Update docs/PLATFORM-SERVICES.md deployment section

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
egullickson merged commit 193a13f2a9 into main 2026-02-05 02:57:05 +00:00
egullickson deleted branch issue-87-cicd-logging-docs 2026-02-05 02:57:05 +00:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: egullickson/motovaultpro#94