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

example: remove -v flag and custom logger configuration #4242

Merged
merged 1 commit into from Jan 13, 2024

Conversation

marten-seemann
Copy link
Member

Users can adjust the log level using the QUIC_GO_LOG_LEVEL environment variable. This is more representative of how quic-go would actually be used, since the logger is part of an internal package.

Users can adjust the log level using the QUIC_GO_LOG_LEVEL environment
variable. This is more representative of how quic-go would actually be
used, since the logger is part of an internal package.
Copy link

codecov bot commented Jan 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (2cd9ed3) 84.13% compared to head (4b3d364) 84.13%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #4242   +/-   ##
=======================================
  Coverage   84.13%   84.13%           
=======================================
  Files         150      150           
  Lines       15404    15404           
=======================================
  Hits        12960    12960           
+ Misses       1945     1944    -1     
- Partials      499      500    +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@marten-seemann marten-seemann added this to the v0.41 milestone Jan 13, 2024
@marten-seemann marten-seemann merged commit 1332752 into master Jan 13, 2024
34 checks passed
@marten-seemann marten-seemann deleted the example-logging branch January 13, 2024 13:14
nanokatze pushed a commit to nanokatze/quic-go that referenced this pull request Feb 1, 2024
Users can adjust the log level using the QUIC_GO_LOG_LEVEL environment
variable. This is more representative of how quic-go would actually be
used, since the logger is part of an internal package.
mgjeong pushed a commit to mgjeong/quic-go that referenced this pull request Feb 13, 2024
Users can adjust the log level using the QUIC_GO_LOG_LEVEL environment
variable. This is more representative of how quic-go would actually be
used, since the logger is part of an internal package.
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

1 participant