Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: don't disable logs on the server #320

Merged
merged 1 commit into from
Jan 10, 2025

Conversation

leruaa
Copy link
Contributor

@leruaa leruaa commented Jan 10, 2025

If RUST_LOG is not set before the call to:

utils::setup_logger();

all logging is suppressed, as EnvFilter::try_from_default_env()
fails and all logging is set to off

@ratankaliani ratankaliani merged commit 3cdd4f5 into main Jan 10, 2025
7 of 9 checks passed
@ratankaliani ratankaliani deleted the aurelien/fix-server-logging branch January 10, 2025 16:48
leruaa added a commit that referenced this pull request Jan 14, 2025
leruaa added a commit that referenced this pull request Jan 15, 2025
* forge install: solady

v0.0.281

* feat: impl IDisputeGame for OPSuccinctL2OutputOracle

* feat: update deployment

* add a thin, clonable wrapper on OPSuccinctL2OutputOracle

* add a test for OPSuccinctDisputeGame initialize()

* use a more recent tx to make `testOPSuccinctDisputeGame` test pass

* revert useless OPSuccinctL2OutputOracle IDisputeGame impl

* add OPSuccinctDisputeGame bindings

* add OPSuccinctDisputeGameFactory

* allow to propose output roots using DisputeGameFactory

* init deployment scripts

* fix server in mock mode

* use DGF if the address is provided

* fmt

* add deploy-dispute-game-factory to justfile

* fix: don't disable logs on the server (#320)

* feat: rc10 bump + fix mock mode (#323)

* add test for OPSuccinctL2OutputOracleFactory

* update book

* small fixes

* impl ISemver

* set permissionless proposing in the deployment

* OPSuccinctDisputeGameFactory: allow to change impl

* proposer small fixes

* don't pin op-deployer version for Kurtosis

* forge fmt

* update book

* small fixes

* nits

* add a to do for GameTypes.OP_SUCCINCT
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