Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

trace logs are emitted when the debug log level is set in the config #256

Open
Theodus opened this issue Apr 25, 2024 · 0 comments
Open

Comments

@Theodus
Copy link
Member

Theodus commented Apr 25, 2024

config (don't worry, these are local network private keys):

blockmeta_auth_token = ""
owner_address = "90F8bf6A479f320ead074411a4B0e7944Ea8c9C1"
owner_private_key = "4f3edf983ac636a65a842ce7c78d9aa706d3b113bce9c46f30d7d21715b23b1d"
data_edge_address = "5FC8d32690cc91D4c39d9d3abcBD16989F875707"
epoch_manager_address = "C89Ce4735882C9F0f0FE26686c53074E09B0D550"
subgraph_url = "http://graph-node:8000/subgraphs/name/block-oracle"
bearer_token = "TODO"
log_level = "debug"

[protocol_chain]
name = "eip155:1337"
jrpc = "http://chain:8545"
polling_interval_in_seconds = 20

[indexed_chains]
"eip155:1337" = "http://localhost:8545"

output:

 INFO The block oracle is starting. log_level=debug
 INFO Starting metrics server at port 9090/metrics
 INFO Entering the main polling loop. Press CTRL+C to stop.
 INFO New polling iteration.
TRACE Sending JRPC call id=0 request=MethodCall(MethodCall { jsonrpc: Some(V2), method: "eth_getBalance", params: Array([String("0x90f8bf6a479f320ead074411a4b0e7944ea8c9c1"), String("latest")]), id: Num(0) }) network=eip155:1337
TRACE Sending JRPC call id=0 request=MethodCall(MethodCall { jsonrpc: Some(V2), method: "eth_getBalance", params: Array([String("0x90f8bf6a479f320ead074411a4b0e7944ea8c9c1"), String("latest")]), id: Num(0) }) network=eip155:1337
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

No branches or pull requests

1 participant