Skip to content

Commit 3bfb4d7

Browse files
committed
docs: add structured logging implementation plan
- Add comprehensive 25-task implementation roadmap for hierarchical logging - Align logging structure with three-level architecture (Commands → Steps → Remote Actions) - Include technical specifications, naming conventions, and acceptance criteria - Integrate plan into project documentation structure - Remove deprecated stage fields and workflow field redundancy - Ready for Phase 1 implementation with command-level span instrumentation
1 parent c7429cb commit 3bfb4d7

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,8 @@ The repository includes comprehensive GitHub Actions workflows for CI testing:
267267

268268
- **[🤝 Contributing Guide](docs/contributing/README.md)** - Git workflow, commit process, and linting conventions
269269
- **[📖 Documentation Organization Guide](docs/documentation.md)** - How documentation is organized and where to contribute
270-
- **[📖 OpenTofu Setup Guide](docs/tech-stack/opentofu.md)** - Installation, common commands, and best practices
270+
- **[� Structured Logging Implementation Plan](docs/structured-logging-implementation-plan.md)** - Implementation plan for hierarchical logging with tracing spans
271+
- **[�📖 OpenTofu Setup Guide](docs/tech-stack/opentofu.md)** - Installation, common commands, and best practices
271272
- **[📖 Ansible Setup Guide](docs/tech-stack/ansible.md)** - Installation, configuration, and project usage
272273
- **[📖 VM Providers Comparison](docs/vm-providers.md)** - Detailed comparison and decision rationale
273274

docs/documentation.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ docs/
108108
**Examples**:
109109

110110
- `vm-providers.md` - Comparison of VM providers for this project
111+
- `structured-logging-implementation-plan.md` - Implementation plan for hierarchical logging with tracing spans
111112
- Project-specific usage patterns and workflows
112113

113114
### 📁 Configuration Documentation (`templates/*/README.md`)

docs/structured-logging-implementation-plan.md

Whitespace-only changes.

0 commit comments

Comments
 (0)