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
@@ -302,3 +302,55 @@ those.
302
302
Disabling the store call cache may significantly impact performance; the actual impact depends on
303
303
the average execution time of an `eth_call` compared to the cost of a database lookup for a cached result.
304
304
(default: false)
305
+
306
+
## Log Store Configuration
307
+
308
+
`graph-node` supports storing and querying subgraph logs through multiple backends: Elasticsearch, Loki, local files, or disabled.
309
+
310
+
**For complete log store documentation**, including detailed configuration, querying examples, and choosing the right backend, see the **[Log Store Guide](log-store.md)**.
311
+
312
+
### Quick Reference
313
+
314
+
**Backend selection:**
315
+
-`GRAPH_LOG_STORE_BACKEND`: `disabled` (default), `elasticsearch`, `loki`, or `file`
0 commit comments