This repository was archived by the owner on Jan 27, 2026. It is now read-only.
Improvement/log level#180
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This pull request improves the log level configuration across multiple components and adds an example for retrieving node info.
- Adds a log level CLI argument and updates the logger configuration in both validator and orchestrator.
- Refactors error handling in the node status update and adds more detailed log messages.
- Updates docker-compose to set a custom block time and introduces a new dev-utils example.
Reviewed Changes
Copilot reviewed 5 out of 8 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| validator/src/main.rs | Introduces a log level argument and updates the logger filter level accordingly. |
| orchestrator/src/node/status_update.rs | Refactors node status sync logic with improved logging and error handling. |
| orchestrator/src/main.rs | Adds a log level argument and logs the chosen log level. |
| docker-compose.yml | Updates the entrypoint for the anvil service to include a custom block time. |
| dev-utils/examples/get_node_info.rs | Adds a new example for retrieving node information with proper CLI parsing. |
Files not reviewed (3)
- Makefile: Language not supported
- orchestrator/Dockerfile: Language not supported
- validator/Dockerfile: Language not supported
JannikSt
added a commit
that referenced
this pull request
Apr 12, 2025
* ability to set log level for orchestrtor + validator * log lvl fallback * set blocktime to 2s for docker-compose
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
No description provided.