-
Notifications
You must be signed in to change notification settings - Fork 38
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
Adding logs with uber/zap #185
Adding logs with uber/zap #185
Conversation
d321bad
to
844df57
Compare
3dc9032
to
647c2ec
Compare
main.go
Outdated
fmt.Print("Will exit Operator", err) | ||
os.Exit(1) |
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.
I don't think we want to exit here.
also can we move the line 78 to post error check.
if err != nil { | ||
fmt.Print("error initiating the logger", err) |
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.
we might want to fallback to other logger instead of setting nil in 118 line
0654b3b
to
889324a
Compare
Signed-off-by: Shoaeb Jindani <[email protected]>
Signed-off-by: Shoaeb Jindani <[email protected]>
Signed-off-by: Shoaeb Jindani <[email protected]>
Signed-off-by: Shoaeb Jindani <[email protected]>
Signed-off-by: Shoaeb Jindani <[email protected]>
Signed-off-by: Shoaeb Jindani <[email protected]>
Signed-off-by: Shoaeb Jindani <[email protected]>
Signed-off-by: Shoaeb Jindani <[email protected]>
Signed-off-by: Shoaeb Jindani <[email protected]>
Signed-off-by: Shoaeb Jindani <[email protected]>
Signed-off-by: Shoaeb Jindani <[email protected]>
Related to hyperledger-labs#28 Signed-off-by: James Taylor <[email protected]> Signed-off-by: Shoaeb Jindani <[email protected]>
…bs#186) Signed-off-by: Ben Smith <[email protected]> Signed-off-by: Shoaeb Jindani <[email protected]>
Signed-off-by: Shoaeb Jindani <[email protected]>
Signed-off-by: Shoaeb Jindani <[email protected]>
e0329f6
to
0c076f9
Compare
Signed-off-by: Shoaeb Jindani <[email protected]>
No description provided.