starknet_transaction_prover: add --log-format text|json CLI flag#14162
Conversation
Adds a LogFormat enum and `--log-format` / `LOG_FORMAT=text|json` selector that switches the tracing subscriber between the text and JSON formatters. Default is text. Matches the discovery-service convention. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
PR SummaryLow Risk Overview Startup now parses CLI args before initializing Reviewed by Cursor Bugbot for commit c219d32. Bugbot is set up for automated code reviews on this repo. Configure here. |
einat-starkware
left a comment
There was a problem hiding this comment.
@einat-starkware reviewed 3 files and all commit messages, and made 1 comment.
Reviewable status:complete! all files reviewed, all discussions resolved (waiting on avi-starkware).

starknet_transaction_prover: add --log-format text|json CLI flag
Adds a LogFormat enum and
--log-format/LOG_FORMAT=text|jsonselector that switches the tracing subscriber between the text and JSON
formatters. Default is text. Matches the discovery-service convention.
Co-Authored-By: Claude Opus 4.7 (1M context) noreply@anthropic.com