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

Enhance mithril-common logging #1940

Merged
merged 5 commits into from
Sep 20, 2024
Merged

Enhance mithril-common logging #1940

merged 5 commits into from
Sep 20, 2024

Commits on Sep 20, 2024

  1. refactor: remove slog_scope dependency from mithril-common

    As it was only used in tests for easy loger creation and we have since
    added tooling to create test loggers that don't use `slog_scope`.
    Alenar committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    319d921 View commit details
    Browse the repository at this point in the history
  2. refactor: add source component when a logger is passed in a ctor in `…

    …mithril-common`
    
    And remove prefixes in log since we have now the source.
    Alenar committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    6df1fbc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bce5be3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    156d952 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8582a8c View commit details
    Browse the repository at this point in the history