Skip to content

Commit 48b4148

Browse files
committed
docs: update v3 plan and changelog for logging system modernization
- Mark logging system modernization as completed in V3_PLAN.md - Update V3_CHANGELOG.md to reflect completed logging features - Logging system now uses swift-log dependency across all modules
1 parent b691653 commit 48b4148

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

V3_CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,9 @@
100100
- [x] Retry configuration and timeout support
101101

102102
#### Logging System
103-
- [ ] Modern logging system using `swift-log` dependency
104-
- [ ] Standardized logging across all modules
105-
- [ ] Better integration with Swift ecosystem logging tools
103+
- [x] Modern logging system using `swift-log` dependency
104+
- [x] Standardized logging across all modules
105+
- [x] Better integration with Swift ecosystem logging tools
106106

107107
### 🛠️ Improvements
108108

V3_PLAN.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,10 @@ Current modules will be maintained:
109109
- [ ] Better error messages
110110
- [ ] Improved debugging information
111111

112-
- [ ] **Logging System Modernization** (Dependencies: Core API redesign complete)
113-
- [ ] **BREAKING**: Drop SupabaseLogger in favor of `swift-log` dependency
114-
- [ ] Update all modules to use swift-log Logger
115-
- [ ] Update configuration options to use swift-log
112+
- [x] **Logging System Modernization** (Dependencies: Core API redesign complete)
113+
- [x] **BREAKING**: Drop SupabaseLogger in favor of `swift-log` dependency
114+
- [x] Update all modules to use swift-log Logger
115+
- [x] Update configuration options to use swift-log
116116
- [ ] Update examples and documentation
117117

118118
- [x] **Documentation & Examples** (Dependencies: All API changes complete)

0 commit comments

Comments
 (0)