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

gx update go-log, sys, go-crypto #5100

Merged
merged 1 commit into from
Jun 11, 2018
Merged

gx update go-log, sys, go-crypto #5100

merged 1 commit into from
Jun 11, 2018

Conversation

Stebalien
Copy link
Member

@Stebalien Stebalien commented Jun 9, 2018

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.

@Stebalien Stebalien requested a review from Kubuxu as a code owner June 9, 2018 05:06
@ghost ghost assigned Stebalien Jun 9, 2018
@ghost ghost added the status/in-progress In progress label Jun 9, 2018
@Stebalien Stebalien requested a review from frrist June 9, 2018 05:06
* go-log
* sys
* go-crypto

License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
@Stebalien Stebalien added need/review Needs a review and removed status/in-progress In progress labels Jun 9, 2018
@@ -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)
Copy link
Member Author

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)
Copy link
Member Author

Choose a reason for hiding this comment

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

Copy link
Member

@frrist frrist left a 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

@Stebalien Stebalien added RFM and removed need/review Needs a review labels Jun 10, 2018
@whyrusleeping whyrusleeping merged commit 08fb11f into master Jun 11, 2018
@Stebalien Stebalien deleted the gx/update-stuff branch June 11, 2018 18:09
hacdias pushed a commit to ipfs/boxo that referenced this pull request Jan 27, 2023
gx update go-log, sys, go-crypto

This commit was moved from ipfs/kubo@08fb11f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants