logger clean up
This commit is contained in:
@@ -43,14 +43,14 @@
|
||||
*Target: Next development session (Saturday)*
|
||||
|
||||
### Bug Fixes
|
||||
- [ ] **Entity extraction JSON parsing** — robustify response parser in `extraction.js` to handle model returning markdown fences or preamble around JSON
|
||||
- [x] **Entity extraction JSON parsing** — robustify response parser in `extraction.js` to handle model returning markdown fences or preamble around JSON
|
||||
- [ ] **Qdrant entity search empty results** — verify entities embedded post-isolation-fix are surfacing correctly in project session searches
|
||||
|
||||
### Tech Debt
|
||||
- [ ] **Logging** — introduce `LOG_LEVEL` env var across all services; reduce noise in production
|
||||
- [ ] **Error response consistency** — audit all endpoints for uniform `{ error, detail }` shape
|
||||
- [ ] **Constants audit** — move any remaining inline magic numbers (limits, thresholds, timeouts) to shared config
|
||||
- [ ] **Orchestration `chat/index.js` review** — extract any logic that has grown beyond its intended scope into dedicated modules
|
||||
- [x] **Logging** — introduce `LOG_LEVEL` env var across all services; reduce noise in production
|
||||
- [x] **Error response consistency** — audit all endpoints for uniform `{ error, detail }` shape
|
||||
- [x] **Constants audit** — move any remaining inline magic numbers (limits, thresholds, timeouts) to shared config
|
||||
- [x] **Orchestration `chat/index.js` review** — extract any logic that has grown beyond its intended scope into dedicated modules
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user