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

Moving Loggers implementations to internal packages #1012 #1049

Merged
merged 6 commits into from Nov 11, 2021
Merged

Conversation

luizbafilho
Copy link
Contributor

@luizbafilho luizbafilho commented Nov 9, 2021

Closes: #954

What changed?

  • Moves Logger implementation to cmd and server internal packages

Why?

  • avoid leaking code between packages

How did you test it?

Release notes

Documentation Changes

l.logger.Info(string(p))
return len(p), nil
}
// import (
Copy link
Contributor

Choose a reason for hiding this comment

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

Why just comment this out?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I'm still working on it.

Copy link
Contributor

@JamWils JamWils left a comment

Choose a reason for hiding this comment

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

Just a small question on the commented out code. Otherwise LGTM

@luizbafilho luizbafilho marked this pull request as ready for review November 9, 2021 17:18
Copy link
Contributor

@J-Thompson12 J-Thompson12 left a comment

Choose a reason for hiding this comment

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

LGTM

@luizbafilho luizbafilho merged commit 4b62bc9 into main Nov 11, 2021
@luizbafilho luizbafilho deleted the 954-log branch November 11, 2021 12:47
@luizbafilho luizbafilho restored the 954-log branch December 8, 2021 17:35
@ozamosi ozamosi deleted the 954-log branch May 12, 2022 17:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Move log implementations out of pkg
3 participants