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

Extended logging 2 #3199

Merged
merged 9 commits into from
Oct 19, 2023
Merged

Extended logging 2 #3199

merged 9 commits into from
Oct 19, 2023

Commits on Oct 13, 2023

  1. clean: remove unnecessary threading

    Markku Rontu committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    4d558a3 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. doc: update configuration.md

    Markku Rontu committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    91af2dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e80e69 View commit details
    Browse the repository at this point in the history
  3. refactor: write extended-logging as macro with only params

    This enabled us to log the calling API namespace and not the utility
    namespace.
    
    We don't need to log the `:uri` here necessarily as it is often the
    previous log line (standard logging).
    
    Remove text "extended-logging" so this functions better together with
    the standard logging (and does not repeat anything).
    Markku Rontu committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    db637a9 View commit details
    Browse the repository at this point in the history
  4. feat: log also multipart params

    Markku Rontu committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    e45b91b View commit details
    Browse the repository at this point in the history
  5. feat: test extended logging

    Markku Rontu committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    d90ccca View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. Configuration menu
    Copy the full SHA
    052bbcd View commit details
    Browse the repository at this point in the history
  2. refactor: test helper for multipart requests

    Markku Rontu committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    335e520 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

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