Skip to content

chore(ops): add structured runtime logging - #130

Merged
alucero270 merged 1 commit into
mainfrom
feature/92-structured-runtime-logging
Apr 14, 2026
Merged

chore(ops): add structured runtime logging#130
alucero270 merged 1 commit into
mainfrom
feature/92-structured-runtime-logging

Conversation

@alucero270

Copy link
Copy Markdown
Owner

Summary

  • configure the API and indexer to emit structured JSON console logs
  • add retrieval-side logging with request context and safe diagnostics that avoid logging raw document content or query text
  • enrich indexer job lifecycle logs with worker, job, sync, and failure context and document local verification in operations docs

Validation

  • dotnet build Codex.slnx
  • git diff --check
  • powershell -ExecutionPolicy Bypass -File ops/validate-platform-readiness.ps1
  • spot-checked structured JSON output from the indexer startup path locally

Closes #92

@alucero270

Copy link
Copy Markdown
Owner Author

@copilot resolve the merge conflicts in this pull request

Configure the API and indexer to emit structured JSON console logs, add retrieval-side request diagnostics that avoid logging raw content, and enrich the indexer job lifecycle logs with worker, job, and sync context. Document how operators can verify the structured logs locally.

Closes #92
@alucero270
alucero270 force-pushed the feature/92-structured-runtime-logging branch from 925fc02 to c89f09d Compare April 14, 2026 16:48
@alucero270
alucero270 marked this pull request as ready for review April 14, 2026 16:50
@alucero270
alucero270 merged commit adb46c6 into main Apr 14, 2026
1 check passed
@alucero270
alucero270 deleted the feature/92-structured-runtime-logging branch April 14, 2026 16:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

chore(ops): add structured logging for ingestion and retrieval

1 participant