Skip to content

Commit 4e56754

Browse files
committed
Add links to logging libraries in question
1 parent 2ac6bbb commit 4e56754

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/devel/logging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Logging Conventions
22
===================
33

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.
55

66
* glog.Errorf() - Always an error
77
* glog.Warningf() - Something unexpected, but probably not an error

0 commit comments

Comments
 (0)