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

clog: default -v to 3, set info logging to 3 #2825

Merged
merged 1 commit into from
Aug 21, 2023

Conversation

iameli-streams
Copy link

@iameli-streams iameli-streams commented Jul 15, 2023

What does this pull request do? Explain your changes. (required)
Running a Catalyst node with a broadcaster and orchestrator is absurdly verbose right now. It's like dozens of log lines a second. While we want some of this stuff in production, in many cases I want to disable it; this PR lets me do that with -v=2.

Specific updates (required)

  • Sets the default -v level to "3"
  • Adjusts clog so that the default "INFO" level logs at -v level 3, WARNING logs at 2, and ERROR logs at 1.

How did you test each of these updates (required)
Ran on my local Catalyst node that I'm developing for Livepeer in a Box v3.

Checklist:

@iameli iameli merged commit 1699fa1 into livepeer:master Aug 21, 2023
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.

None yet

3 participants