We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20cea4d commit d1c4472Copy full SHA for d1c4472
glog.go
@@ -37,6 +37,7 @@
37
//
38
// By default, all log statements write to files in a temporary directory.
39
// This package provides several flags that modify this behavior.
40
+// As a result, flag.Parse must be called before any logging is done.
41
42
// -logtostderr=false
43
// Logs are written to standard error instead of to files.
0 commit comments