sol-log-parser

Crates.iosol-log-parser
lib.rssol-log-parser
version0.0.1
created_at2025-05-26 20:29:15.802715+00
updated_at2025-05-26 20:29:15.802715+00
descriptionA quick and dirty solana log parser that turns runtime logs into structured data.
homepage
repositoryhttps://github.com/redmannequin/sol-log-parser
max_upload_size
id1690247
size60,877
Flavio B. (redmannequin)

documentation

README

sol-log-parser

A quick and dirty solana log parser that turns runtime logs into structured data. Useful for debugging, tracing program execution, or just making sense of the chaos that is Solana logs.

Why

Solana logs are structured, but not structured structured. This parses them just enough to make them usable by machines (and less annoying for humans).

Status

Still messy. Still useful. PRs are welcomed.

Commit count: 9

cargo fmt