Skip to content

Commit

Permalink
Elaborate snooper_elabed flag description
Browse files Browse the repository at this point in the history
  • Loading branch information
jihoonsong committed Jan 13, 2025
1 parent 2ca35e8 commit 7118ae8
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -415,8 +415,10 @@ participants:
# Default to 1
count: 1

# Snooper local flags for a participant.
# Snooper can be enabled with the `snooper_enabled` flag per client or globally
# Defaults null and then set to global snooper default (false)
# Snooper dumps all JSON-RPC requests and responses including BeaconAPI, EngineAPI and ExecutionAPI.
# Default to null
snooper_enabled: null

# Enables Ethereum Metrics Exporter for this participant. Can be set globally.
Expand Down Expand Up @@ -789,7 +791,9 @@ wait_for_finalization: false
# This value will be overridden by participant-specific values
global_log_level: "info"

# EngineAPI Snooper global flags for all participants
# Snooper global flags for all participants
# Snooper can be enabled with the `snooper_enabled` flag per client or globally
# Snooper dumps all JSON-RPC requests and responses including BeaconAPI, EngineAPI and ExecutionAPI.
# Default to false
snooper_enabled: false

Expand Down

0 comments on commit 7118ae8

Please sign in to comment.