Skip to content

chore: replace println with tracing::info#173

Merged
samlaf merged 1 commit intoseismicfrom
chore--replace-println-with-tracing-info
Feb 25, 2026
Merged

chore: replace println with tracing::info#173
samlaf merged 1 commit intoseismicfrom
chore--replace-println-with-tracing-info

Conversation

@samlaf
Copy link
Contributor

@samlaf samlaf commented Feb 25, 2026

Noticed in a few places that we were using println instead of info. When starting reth with --quiet, the printlns are still present:

Running `target/debug/seismic-reth node --dev --dev.block-time 2s --http --http.port 8545 --ws --ws.port 8545 --enclave.mock-server --quiet`
TDX Quote JSON-RPC Server started at 0.0.0.0:7878

Switching to info allows binaries that import the enclave lib to turn off the logs when they dont want them.

Noticed in a few places that we were using println instead of info.
When starting reth with --quiet, the printlns are still present:
```
Running `target/debug/seismic-reth node --dev --dev.block-time 2s --http --http.port 8545 --ws --ws.port 8545 --enclave.mock-server --quiet`
TDX Quote JSON-RPC Server started at 0.0.0.0:7878
```

Switching to info allows binaries that import the enclave lib to turn off the logs when they dont want them.
@samlaf samlaf requested a review from cdrappi as a code owner February 25, 2026 17:28
@samlaf samlaf requested review from daltoncoder and removed request for cdrappi February 25, 2026 17:28
@samlaf
Copy link
Contributor Author

samlaf commented Feb 25, 2026

ci integration test is failing because of missing multisig in genesis file. Dalton told me it was fine to bypass. Test suite should prob be updated.

@samlaf samlaf merged commit f90b02f into seismic Feb 25, 2026
5 of 6 checks passed
@samlaf samlaf deleted the chore--replace-println-with-tracing-info branch February 25, 2026 18:35
samlaf added a commit to SeismicSystems/seismic-reth that referenced this pull request Feb 25, 2026
Just a small change where enclave uses tracing instead of println so
that --quiet actually doesnt show the enclave logs.
Only incorporates this one commit:
SeismicSystems/enclave#173
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.

1 participant