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 2a6f31b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -415,8 +415,10 @@ participants:
# Default to 1
count: 1

# EngineAPI 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 the engine API requests and responses
# Default to null
snooper_enabled: null

# Enables Ethereum Metrics Exporter for this participant. Can be set globally.
Expand Down Expand Up @@ -790,6 +792,8 @@ wait_for_finalization: false
global_log_level: "info"

# EngineAPI Snooper global flags for all participants
# Snooper can be enabled with the `snooper_enabled` flag per client or globally
# Snooper dumps all the engine API requests and responses
# Default to false
snooper_enabled: false

Expand Down

0 comments on commit 2a6f31b

Please sign in to comment.