From 4e567546e42b20e32541bc7e0986f76e860ca4ae Mon Sep 17 00:00:00 2001 From: kargakis Date: Tue, 3 Feb 2015 15:09:46 +0100 Subject: [PATCH] Add links to logging libraries in question --- docs/devel/logging.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/devel/logging.md b/docs/devel/logging.md index 9b6bfa2ac67..82b6a0c8e95 100644 --- a/docs/devel/logging.md +++ b/docs/devel/logging.md @@ -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