You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/devel/logging.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
Logging Conventions
2
2
===================
3
3
4
-
The following conventions for the glog levels to use. glog is globally prefered to "log" for better runtime control.
4
+
The following conventions for the glog levels to use. [glog](http://godoc.org/github.com/golang/glog) is globally prefered to [log](http://golang.org/pkg/log/) for better runtime control.
5
5
6
6
* glog.Errorf() - Always an error
7
7
* glog.Warningf() - Something unexpected, but probably not an error
0 commit comments