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

Implement new logger API #414

Draft
wants to merge 18 commits into
base: master
Choose a base branch
from
Draft

Implement new logger API #414

wants to merge 18 commits into from

Commits on Oct 20, 2024

  1. Add new API for tapping into Broker logs

    The new event API in Broker enables users to install custom event
    observers (loggers) in order to embed Broker logs into a wider context.
    Neverlord committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    0192fd5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e31aa7f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3eb6e27 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a02a52f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    61275ea View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0a11bee View commit details
    Browse the repository at this point in the history
  7. Remove BROKER_TRACE from the code base

    The new logging backend no longer offers trace logging. Since it is more
    geared towards high-level description of events rather than leaving a
    paper trail what lines of code ran.
    Neverlord committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    95b8618 View commit details
    Browse the repository at this point in the history
  8. Merge master and clone store log components

    The distinction between clones and masters at the log level component
    has proven to be too fine-grained and makes it difficult to log events
    outside of the master and clone actors, e.g., the store (base) actor or
    the channels.
    Neverlord committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    0411b5e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    30774a1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5d4047f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1d9e2c0 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ad97e92 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0fd73a7 View commit details
    Browse the repository at this point in the history
  14. Fix build on MSVC

    Neverlord committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    5232337 View commit details
    Browse the repository at this point in the history
  15. Fix formatting

    Neverlord committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    84225f7 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. Fix logging statements

    Neverlord committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    b2c81eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    01168b4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9bc86ed View commit details
    Browse the repository at this point in the history