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

log: remove env_logger feature and usage #2771

Merged
merged 7 commits into from
Oct 24, 2023
Merged

Commits on Oct 23, 2023

  1. Configuration menu
    Copy the full SHA
    37cea1f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    12ec088 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    52e3cb9 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. remove trace_logger

    davidbarsky committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    bd14357 View commit details
    Browse the repository at this point in the history
  2. remove trace-logger feature

    hawkw committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    5ac9502 View commit details
    Browse the repository at this point in the history
  3. fix accidentally feature flagged log reexport

    when we removed the `trace_logger` module, we didn't remove the attributes on the module declaration, and they accidentally ended up applying to the `log` crate reexport instead. whoops.
    hawkw committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    6fe1980 View commit details
    Browse the repository at this point in the history
  4. remove unused stuff from docs

    hawkw committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    27c2d1f View commit details
    Browse the repository at this point in the history