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

feat(client,server): rework logging #1692

Merged
merged 5 commits into from
Mar 21, 2024
Merged

Commits on Mar 19, 2024

  1. feat(client,server): rework logging

    - In `neqo-client` and `neqo-server` use `neqo_common::log` instead of `println!`
      and `eprintln!`.
    - Add `-q`, `-v`, `-vv`, `-vvv`, `-vvvv` log level flags via
      `clap_verbosity_flag`.
    - Set default log level to INFO. Demote many `qinfo!` to `qdebug!`.
    mxinden committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    e2732e6 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. fix(upload_test.sh): set RUST_LOG debug for neqo_transport::cc

    Needed in order for mozlog_neqo_cwnd.py to analyze cc.
    mxinden committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    b090a93 View commit details
    Browse the repository at this point in the history
  2. Additional level reductions

    mxinden committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    46bcb9b View commit details
    Browse the repository at this point in the history
  3. Trigger CI

    mxinden committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    3a048af View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4227f8d View commit details
    Browse the repository at this point in the history