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

Migrate PutLogLevel to MigratingEndpointAdapter #5798

Merged
merged 5 commits into from
Jun 15, 2022

Conversation

courtneyeh
Copy link
Contributor

fixes #5797

Documentation

  • I thought about documentation and added the doc-change-required label to this PR if updates are required.

Changelog

  • I thought about adding a changelog entry, and added one if I deemed necessary.

Copy link
Contributor

@rolfyone rolfyone left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, just make sure we can post to update log level and it sticks...

should be pretty easy hopefully, send it something like:

{
  "level": "TRACE",
  "log_filter": [
    "tech.pegasys.teku.networking.p2p.libp2p.gossip.GossipHandler"
  ]
}

and you should see a bunch of trace in the logs (connect to mainnet with initial-state)

@courtneyeh courtneyeh enabled auto-merge (squash) June 15, 2022 22:58
@courtneyeh courtneyeh merged commit 2e68b34 into Consensys:master Jun 15, 2022
@courtneyeh courtneyeh deleted the migrate-put-log-level branch June 15, 2022 23:17
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.

Migrate PutLogLevel to MigratingEndpointAdapter
2 participants