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

Expand logging support for HTTP traffic #60

Merged
merged 7 commits into from Aug 10, 2022
Merged

Expand logging support for HTTP traffic #60

merged 7 commits into from Aug 10, 2022

Commits on Aug 2, 2022

  1. Expand logging support for HTTP traffic

    - Respect the GH_DEBUG environment variable by default, but add the option to skip it;
    - Add option to opt into colorized logging;
    - Add option to explicitly log HTTP headers and bodies—the new default is off;
    - Colorize JSON payloads when logging HTTP bodies;
    - Log form-encoded payloads;
    - Pretty-print GraphQL queries when logging HTTP requests.
    mislav committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    67e17c6 View commit details
    Browse the repository at this point in the history
  2. fix linter

    mislav committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    771b5a0 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2022

  1. Apply suggestions from code review

    Co-authored-by: Sam Coe <samcoe@users.noreply.github.com>
    mislav and samcoe committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    e74943a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    13de330 View commit details
    Browse the repository at this point in the history
  3. use term

    mislav committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    440a6b2 View commit details
    Browse the repository at this point in the history
  4. logging docs

    mislav committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    c57f566 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2022

  1. Configuration menu
    Copy the full SHA
    cccabe1 View commit details
    Browse the repository at this point in the history