Conversation
jclapis
approved these changes
Sep 2, 2025
barnabasbusa
added a commit
to ethpandaops/ethereum-package
that referenced
this pull request
Oct 23, 2025
Commit boost crashes on startup with the following message: ``` Error: 0: could not deserialize toml from string 1: TOML parse error at line 12, column 2 1: | 1: 12 | [logs.stdout] 1: | ^^^^ 1: missing field `file` 1: ``` The workaround is to explicitly disable file logging, since we do not need it for this use case anyway. Please note that this is only needed for commit-boost 0.8.0. A [fix] for this issue has been merged in v0.8.1-rc.2. [fix]: Commit-Boost/commit-boost-client#367 Co-authored-by: Barnabas Busa <barnabas.busa@ethereum.org>
darigaaz86
pushed a commit
to darigaaz86/kurtosis-eth
that referenced
this pull request
Nov 12, 2025
Commit boost crashes on startup with the following message: ``` Error: 0: could not deserialize toml from string 1: TOML parse error at line 12, column 2 1: | 1: 12 | [logs.stdout] 1: | ^^^^ 1: missing field `file` 1: ``` The workaround is to explicitly disable file logging, since we do not need it for this use case anyway. Please note that this is only needed for commit-boost 0.8.0. A [fix] for this issue has been merged in v0.8.1-rc.2. [fix]: Commit-Boost/commit-boost-client#367 Co-authored-by: Barnabas Busa <barnabas.busa@ethereum.org>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
fix #366