Summary
indexer/src/indexer.ts and graphql.ts log with plain console.log/console.error. There's no structured (JSON) logging and no correlation ID tying a GraphQL request to the downstream database queries it triggers, making production debugging slow.
Acceptance Criteria
Summary
indexer/src/indexer.tsandgraphql.tslog with plainconsole.log/console.error. There's no structured (JSON) logging and no correlation ID tying a GraphQL request to the downstream database queries it triggers, making production debugging slow.Acceptance Criteria
indexer/.env.example.