summaryrefslogtreecommitdiff
path: root/logging.go
diff options
context:
space:
mode:
Diffstat (limited to 'logging.go')
-rw-r--r--logging.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/logging.go b/logging.go
index 3fdd644..0b7d9e4 100644
--- a/logging.go
+++ b/logging.go
@@ -561,10 +561,10 @@ type LogSampling struct {
}
type (
- // StdoutWriter can write logs to stdout.
+ // StdoutWriter writes logs to standard out.
StdoutWriter struct{}
- // StderrWriter can write logs to stdout.
+ // StderrWriter writes logs to standard error.
StderrWriter struct{}
// DiscardWriter discards all writes.