Add links to logging libraries in question

This commit is contained in:
kargakis 2015-02-03 15:09:46 +01:00
parent 84665f8607
commit ea4c801002
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
Logging Conventions
===================
The following conventions for the glog levels to use. glog is globally prefered to "log" for better runtime control.
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.
* glog.Errorf() - Always an error
* glog.Warningf() - Something unexpected, but probably not an error