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

Migrate to msgpack #3728

Merged
merged 10 commits into from
Mar 15, 2023
Merged

Migrate to msgpack #3728

merged 10 commits into from
Mar 15, 2023

Conversation

aduffeck
Copy link
Contributor

No description provided.

@butonic butonic marked this pull request as ready for review March 15, 2023 11:38
@butonic butonic requested review from a team, labkode, ishank011 and glpatcern as code owners March 15, 2023 11:38
Comment on lines 82 to 87
m.log.Info().Msg("Skipping finished migration " + migration + "...")
continue
case "":
m.log.Info().Msg("Running migration " + migration + "...")
default:
m.log.Info().Msg("Re-running migration " + migration + "...")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we should probably drop any logs that show up during startup unless a migration actually needs to happen. We can think of passing down a logger or better just context the whole chain of services to clean this up in a subsequent PR.

But for now lets silence these logs, ok?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure, I'll push an according commit soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants