Skip to content

reduce indexer_sol logs#714

Open
jakmeier wants to merge 1 commit intosig-net:developfrom
jakmeier:less_sol_indexer_logs
Open

reduce indexer_sol logs#714
jakmeier wants to merge 1 commit intosig-net:developfrom
jakmeier:less_sol_indexer_logs

Conversation

@jakmeier
Copy link
Copy Markdown
Contributor

Indexed requests from Solana produce repetitive logs like:

parsed 1 event(s) from 0.1
got event: SignatureRequestedEvent { ... }
found solana event: SignatureRequestedEvent { ... }
solana signature requested

Reducing it to just one line that shows all field makes logs smaller and easier to work with.

found solana event: SignatureRequestedEvent { ... }

Indexed requests from Solana produce repetitive logs like:

```
parsed 1 event(s) from 0.1
got event: SignatureRequestedEvent { ... }
found solana event: SignatureRequestedEvent { ... }
solana signature requested
```

Reducing it to just one line that shows all field makes logs smaller
and easier to work with.

```
found solana event: SignatureRequestedEvent { ... }
```
@jakmeier jakmeier requested a review from ppca March 19, 2026 12:16
@jakmeier
Copy link
Copy Markdown
Contributor Author

@ppca Do you think these logs are still useful? We could also push them down to debug or tracing level.

@jakmeier
Copy link
Copy Markdown
Contributor Author

jakmeier commented Apr 2, 2026

@ppca Do you think these logs are still useful? We could also push them down to debug or tracing level.

@ppca any thoughts / opinions on removing these logs?

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.

2 participants