From 150490fb7b7bed4ed1cf2397125d2a4f91d85852 Mon Sep 17 00:00:00 2001 From: Manish Kumar Date: Mon, 31 Aug 2026 20:30:12 -0500 Subject: [PATCH] docs: document DEBUG_TRACEBACKS env var Co-Authored-By: Claude Sonnet 5 Claude-Session: https://claude.ai/code/session_012RttwcxBgsnXH2TwQGQsrp --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index df14295..937b041 100644 --- a/README.md +++ b/README.md @@ -399,6 +399,8 @@ curl -X POST http://localhost:8082/rag/query \ A missing/invalid/expired token returns `401`. This follows the same shared-secret pattern as `omnibioai-model-registry`'s `require_auth`. +`DEBUG_TRACEBACKS` (default: unset/false) controls whether `/rag/query`'s error responses include a full stack trace (`trace` field) — omitted by default, included only when explicitly set to `true`; keep it off in production. + --- # Test Query API