Skip to content

Conversation

@koikonom
Copy link
Contributor

@koikonom koikonom commented 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.

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.
@barnabasbusa barnabasbusa changed the title Fix commit boost cb-config fix: commit boost cb-config Oct 23, 2025
@barnabasbusa barnabasbusa enabled auto-merge (squash) October 23, 2025 11:49
@barnabasbusa barnabasbusa merged commit 87f3e03 into ethpandaops:main Oct 23, 2025
14 checks passed
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