-
Notifications
You must be signed in to change notification settings - Fork 15
Added log package #177
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
Added log package #177
Conversation
Resolves #76 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @yuriolisa, thanks for the PR! The work here looks good but can we stick to zap? I would change my vote here if I can see clear advantages on the hclog library and/or the majority of the team thinks we should go differently.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Comments and suggestions.
cda232e
to
0dbc31d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems like the merge commits are still present. This really needs to be collapsed to a single commit. And it looks like a make tidy
is necessary.
8440500
to
f261273
Compare
f261273
to
85d9536
Compare
Signed-off-by: Yuri Sa <[email protected]> Fixed some linters issues Signed-off-by: Yuri Sa <[email protected]> Removing ci linters Signed-off-by: Yuri Sa <[email protected]> Removing periods Signed-off-by: Yuri Sa <[email protected]> Removing periods Signed-off-by: Yuri Sa <[email protected]> Removing periods Signed-off-by: Yuri Sa <[email protected]> Added flag logic Signed-off-by: Yuri Sa <[email protected]> Fixed errors checking Signed-off-by: Yuri Sa <[email protected]> Fixed linters comments Signed-off-by: Yuri Sa <[email protected]> Fixed linters comments Signed-off-by: Yuri Sa <[email protected]> Fixed linters comments Signed-off-by: Yuri Sa <[email protected]> Rebase Remove redundant text from check cmd description The flags and examples are automatically generated. There is no need to maintain the extra text. Fixes opdev#201 Signed-off-by: Brad P. Crochet <[email protected]> Fix gofumpt errors Once the actions were turned on, gofumpt started complaining. This should alleviate that. Signed-off-by: Brad P. Crochet <[email protected]> add all-installmodes flag to check command Pass the same context throughout the stack The context should be created at the highest level, and the same context should be passed down through the code. Otherwise, it defeats the purpose of using the context in the first place. Fixes opdev#207 Signed-off-by: Brad P. Crochet <[email protected]> Fixed based on requests comments Signed-off-by: Yuri Sa <[email protected]> Fixed based on requests comments Signed-off-by: Yuri Sa <[email protected]> Fixing go issues Signed-off-by: Yuri Sa <[email protected]> Fixing go issues Signed-off-by: Yuri Sa <[email protected]> Fixing go issues Signed-off-by: Yuri Sa <[email protected]> Fixed linters Signed-off-by: Yuri Sa <[email protected]> Fixed rebase Signed-off-by: Yuri Sa <[email protected]> Fixed issues Signed-off-by: Yuri Sa <[email protected]>
e43109e
to
e002aa6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/approve
/lgtm |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great now.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/approve
/approve no-issue |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: acmenezes, skattoju, yashoza19 Associated issue: #76 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
fixes #76
Signed-off-by: Yuri Sa [email protected]
OPCAP_LOG
which can be set in one of these valueswarn
,info
,error
,debug
.--log-level
.