-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
gx update go-log, sys, go-crypto #5100
Conversation
* go-log * sys * go-crypto License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
6ed589d
to
85acad9
Compare
@@ -105,7 +106,7 @@ Outputs event log messages (not other log messages) as they are generated. | |||
defer w.Close() | |||
<-ctx.Done() | |||
}() | |||
logging.WriterGroup.AddWriter(w) | |||
lwriter.WriterGroup.AddWriter(w) |
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.
@frrist ^^
@@ -49,7 +49,7 @@ func LogOption() ServeOption { | |||
mux.HandleFunc("/logs", func(w http.ResponseWriter, r *http.Request) { | |||
w.WriteHeader(200) | |||
wnf, errs := newWriteErrNotifier(w) | |||
logging.WriterGroup.AddWriter(wnf) | |||
lwriter.WriterGroup.AddWriter(wnf) |
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.
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.
go-log changes LGTM
gx update go-log, sys, go-crypto This commit was moved from ipfs/kubo@08fb11f
In preparation for updating go-net (easier to do in two separate gx-workspace
updates) so we can move forward on libp2p/go-libp2p#285.