logger clean up

This commit is contained in:
Storme-bit
2026-04-27 00:09:16 -07:00
parent 66a95f4479
commit 54218894c0
13 changed files with 30 additions and 37 deletions

View File

@@ -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
---