Skip to content

Commit c19fa17

Browse files
committed
docs: mark persistent logging feature as completed
- Remove feature folder docs/features/persistent-logging-with-optional-stderr/ - Move feature from Active to Completed section in features README - Feature implemented in previous commit with LoggingBuilder pattern
1 parent c3df345 commit c19fa17

File tree

4 files changed

+9
-1031
lines changed

4 files changed

+9
-1031
lines changed

docs/features/README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,18 @@ Feature documentation serves to:
1313

1414
## 📁 Active Features
1515

16-
| Feature | Status | Priority | Created |
17-
| ------------------------------------------------------------------------------------- | -------------- | -------- | ------------ |
18-
| [Persistent Logging with Optional Stderr](./persistent-logging-with-optional-stderr/) | 📋 Specified | High | Oct 9, 2025 |
19-
| [Linter Auto-fix](./linter-auto-fix/README.md) | 📋 Specified | Medium | Oct 9, 2025 |
20-
| [Linter Parallel Execution](./linter-parallel-execution/README.md) | ⏸️ Deferred | Low | Oct 9, 2025 |
21-
| [Environment State Management](./environment-state-management/) | 🔄 Refactoring | High | Sept 9, 2025 |
16+
| Feature | Status | Priority | Created |
17+
| ------------------------------------------------------------------ | -------------- | -------- | ------------ |
18+
| [Linter Auto-fix](./linter-auto-fix/README.md) | 📋 Specified | Medium | Oct 9, 2025 |
19+
| [Linter Parallel Execution](./linter-parallel-execution/README.md) | ⏸️ Deferred | Low | Oct 9, 2025 |
20+
| [Environment State Management](./environment-state-management/) | 🔄 Refactoring | High | Sept 9, 2025 |
2221

2322
## ✅ Completed Features
2423

25-
| Feature | Completed | Description |
26-
| ------------------------------------------------------------------ | ----------- | ----------------------------------------------------------- |
27-
| [Environment-Aware Logging](./environment-aware-logging/README.md) | Oct 9, 2025 | Multi-environment log visibility with proper span hierarchy |
24+
| Feature | Completed | Description |
25+
| ------------------------------------------------------------------ | ----------- | ------------------------------------------------------------------- |
26+
| Persistent Logging with Optional Stderr | Oct 9, 2025 | LoggingBuilder with fluent API for file and optional stderr logging |
27+
| [Environment-Aware Logging](./environment-aware-logging/README.md) | Oct 9, 2025 | Multi-environment log visibility with proper span hierarchy |
2828

2929
**Note**: Completed features remain in the repository for reference. Full implementation history is available in git history.
3030

docs/features/persistent-logging-with-optional-stderr/README.md

Lines changed: 0 additions & 78 deletions
This file was deleted.

0 commit comments

Comments
 (0)