Skip to content

Commit

Permalink
switch default logStream from stdout to stderr (#272)
Browse files Browse the repository at this point in the history
  • Loading branch information
zevdg committed Dec 30, 2021
1 parent bbd66e8 commit 5a029e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v2/internal/api.go
Expand Up @@ -67,7 +67,7 @@ var (
backgroundContextOnce sync.Once
backgroundContext netcontext.Context

logStream io.Writer = os.Stdout // For test hooks.
logStream io.Writer = os.Stderr // For test hooks.
timeNow func() time.Time = time.Now // For test hooks.
)

Expand Down

0 comments on commit 5a029e6

Please sign in to comment.