Skip to content

don't turn off logging #392

Closed
Closed
@marten-seemann

Description

@marten-seemann

golog.SetOutput(ioutil.Discard)
turns off logging completely.
quic-go uses the go standard logger (but introduces a log level which can be set via an env variable, so quic-go is quiet by default). However, this line prevents quic-go from logging at all.

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions