You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/environment-variables.md
+52Lines changed: 52 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -315,3 +315,55 @@ those.
315
315
Disabling the store call cache may significantly impact performance; the actual impact depends on
316
316
the average execution time of an `eth_call` compared to the cost of a database lookup for a cached result.
317
317
(default: false)
318
+
319
+
## Log Store Configuration
320
+
321
+
`graph-node` supports storing and querying subgraph logs through multiple backends: Elasticsearch, Loki, local files, or disabled.
322
+
323
+
**For complete log store documentation**, including detailed configuration, querying examples, and choosing the right backend, see the **[Log Store Guide](log-store.md)**.
324
+
325
+
### Quick Reference
326
+
327
+
**Backend selection:**
328
+
-`GRAPH_LOG_STORE_BACKEND`: `disabled` (default), `elasticsearch`, `loki`, or `file`
0 commit comments