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 logs in client and client-cli #2013

Merged
merged 9 commits into from
Oct 17, 2024
Merged

Commits on Oct 17, 2024

  1. refactor(client): rework & standardize logs

    * Move away from main log message to a property huge structure
    * Reduce space taken by some logs when possible
    Alenar committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    2d91a37 View commit details
    Browse the repository at this point in the history
  2. refactor(client): add a child logger to all components that use logs

    * Tagged with the component name.
    Alenar committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    f45cff3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    99d4d7a View commit details
    Browse the repository at this point in the history
  4. style(client): simplify mockall::automock imports

    Use full path instead of needing a use gated by an `cfg(test)` that add
    noises with the other imports.
    Alenar committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    5ddb50f View commit details
    Browse the repository at this point in the history
  5. style(client-cli): set application name in log to mithril-client

    Instead of the default `slog-rs`.
    Alenar committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    702507e View commit details
    Browse the repository at this point in the history
  6. refactor(client-cli): rework & standardize logs

    * Move away from main log message to a property huge structure
    * Reduce space taken by some logs when possible
    Alenar committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    1fc70e9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4ec95fa View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    808ae15 View commit details
    Browse the repository at this point in the history
  9. chore: upgrade crate versions

    * mithril-client-cli from `0.9.16` to `0.9.17`
    * mithril-client from `0.9.2` to `0.9.3`
    Alenar committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    99bf8c3 View commit details
    Browse the repository at this point in the history