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

Remove logrus dependency #50930

Merged
merged 1 commit into from
Jan 10, 2025
Merged

Remove logrus dependency #50930

merged 1 commit into from
Jan 10, 2025

Conversation

rosstimothy
Copy link
Contributor

This is the last step required to migrate from logrus to slog. All components in the repository have been migrated to use slog allowing the logrus formatter to be deleted.

The slog handler tests that validate the output have been updated to assert the format directly instead of comparing it to the output from the logrus formatter.

@rosstimothy rosstimothy added the no-changelog Indicates that a PR does not require a changelog entry label Jan 9, 2025
@rosstimothy rosstimothy force-pushed the tross/slog_integrations branch from cbc8fd5 to 867796d Compare January 9, 2025 22:25
@rosstimothy rosstimothy force-pushed the tross/remove_slog branch 2 times, most recently from 5635afa to e59bfba Compare January 9, 2025 22:40
@rosstimothy rosstimothy force-pushed the tross/slog_integrations branch from 867796d to 4b49400 Compare January 10, 2025 13:11
@rosstimothy rosstimothy force-pushed the tross/remove_slog branch 2 times, most recently from c085e39 to fca0128 Compare January 10, 2025 15:32
@rosstimothy rosstimothy marked this pull request as ready for review January 10, 2025 15:51
Base automatically changed from tross/slog_integrations to master January 10, 2025 16:29
This is the _last_ step required to migrate from logrus to slog.
All components in the repository have been migrated to use slog
allowing the logrus formatter to be deleted.

The slog handler tests that validate the output have been updated
to assert the format directly instead of comparing it to the output
from the logrus formatter.
@rosstimothy rosstimothy enabled auto-merge January 10, 2025 16:32
@rosstimothy rosstimothy added this pull request to the merge queue Jan 10, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Jan 10, 2025
@rosstimothy rosstimothy added this pull request to the merge queue Jan 10, 2025
Merged via the queue into master with commit 883c53a Jan 10, 2025
44 checks passed
@rosstimothy rosstimothy deleted the tross/remove_slog branch January 10, 2025 17:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
desktop-access no-changelog Indicates that a PR does not require a changelog entry rdp size/sm
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants