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

Add optional structured logs of RPC related events #66

Merged
merged 12 commits into from
Feb 24, 2024

Commits on Feb 13, 2024

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

Commits on Feb 16, 2024

  1. Configuration menu
    Copy the full SHA
    bfa5b9f View commit details
    Browse the repository at this point in the history
  2. CI fix

    rem1-dev committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    3effb6c View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. Fixing review comment

    rem1-dev committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    e68e454 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. log_rpc_event refactoring

    rem1-dev committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    dc0f183 View commit details
    Browse the repository at this point in the history
  2. Refactoring

    rem1-dev committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    6a1abfa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5b23f0a View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Adding json id to log

    rem1-dev committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    83e904a View commit details
    Browse the repository at this point in the history
  2. Refactor: handle rpc replies inside the match arm

    This makes `method_into` unnecessary and allows using the `id` variable
    instead of reading `cmd` again. This also makes it easier to log time
    durations (added in a followup commit).
    shesek committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    9dda728 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e7abc4d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bc08fde View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

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