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

How to remove log #1930

Closed
IgorCruzz opened this issue Oct 11, 2021 · 1 comment
Closed

How to remove log #1930

IgorCruzz opened this issue Oct 11, 2021 · 1 comment

Comments

@IgorCruzz
Copy link

IgorCruzz commented Oct 11, 2021

Problem description

I researched the documentation, but I couldn't find a way to prevent these types of records from showing up in the console. How can I stop them from appearing?

send: reset nghttp2_active_outbound_item
send: aob->item = (nil)
stream: adjusting kept idle streams num_idle_streams=0, max=100
send: next frame: payloadlen=0, type=4, flags=0x00, stream_id=0
send: start transmitting frame type=4, length=9
stream: adjusting kept idle streams num_idle_streams=0, max=100
send: end transmission of a frame
@murgatroid99
Copy link
Member

That looks like nodejs/node#31763. That issue says that the logs are caused by Node being compiled with options that enable nghttp2 debug logging.

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

2 participants