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

Reduce reliance on servicecfg.Config logrus logger #50817

Merged
merged 1 commit into from
Jan 7, 2025

Conversation

rosstimothy
Copy link
Contributor

Converts most items to use servicecfg.Config.Logger instead of servicecfg.Config.Log. The deprecated logrus logger unfortunately cannot be removed yet as it's still used in e. Additionally all logging within the config package was converted to use slog.

@rosstimothy rosstimothy added the no-changelog Indicates that a PR does not require a changelog entry label Jan 7, 2025
@rosstimothy rosstimothy force-pushed the tross/config_slog branch 2 times, most recently from 2ad2f6a to 55173a4 Compare January 7, 2025 16:07
Converts most items to use servicecfg.Config.Logger instead of
servicecfg.Config.Log. The deprecated logrus logger unfortunately
cannot be removed yet as it's still used in e. Additionally all
logging within the config package was converted to use slog.
@rosstimothy rosstimothy marked this pull request as ready for review January 7, 2025 18:01
@rosstimothy rosstimothy added this pull request to the merge queue Jan 7, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Jan 7, 2025
@rosstimothy rosstimothy added this pull request to the merge queue Jan 7, 2025
Merged via the queue into master with commit 2c764e1 Jan 7, 2025
44 checks passed
@rosstimothy rosstimothy deleted the tross/config_slog branch January 7, 2025 20:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no-changelog Indicates that a PR does not require a changelog entry size/sm
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants