-
Notifications
You must be signed in to change notification settings - Fork 23
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
Add fundamental logger mechanism #16
Labels
area/logging
Issue related to logging
kind/feature
Category issues or PRs related to feature request.
Comments
jnan806
added a commit
to jnan806/opensergo-control-plane
that referenced
this issue
Nov 3, 2022
jnan806
added a commit
to jnan806/opensergo-control-plane
that referenced
this issue
Nov 3, 2022
Signed-off-by: Jiangnan Jia <[email protected]>
jnan806
added a commit
to jnan806/opensergo-control-plane
that referenced
this issue
Nov 4, 2022
Signed-off-by: Jiangnan Jia <[email protected]>
jnan806
added a commit
to jnan806/opensergo-control-plane
that referenced
this issue
Nov 7, 2022
Signed-off-by: Jiangnan Jia <[email protected]>
jnan806
added a commit
to jnan806/opensergo-control-plane
that referenced
this issue
Nov 10, 2022
Signed-off-by: Jiangnan Jia <[email protected]>
Maybe we can introduce zap as the basic log component, for details, please refer to: https://github.com/uber-go/zap. |
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/logging
Issue related to logging
kind/feature
Category issues or PRs related to feature request.
Add fundamental logger mechanism.
目前 OpenSergo 控制面的日志机制非常简单,复用了 Sentinel Go 的日志模块。我们需要设计一个通用的 logger 机制与基本实现,并支持任意扩展。
The text was updated successfully, but these errors were encountered: