summaryrefslogtreecommitdiff
path: root/logging.md
diff options
context:
space:
mode:
authorkargakis <michaliskargakis@gmail.com>2015-02-03 15:09:46 +0100
committerkargakis <michaliskargakis@gmail.com>2015-02-03 15:09:46 +0100
commitea4c801002746183d77d291dc538cc1523d2ae59 (patch)
tree33295e637119ab5a39718a727dc04aabd3829e6c /logging.md
parent84665f86076376dabf8ed2c69130197b168a42c1 (diff)
Add links to logging libraries in question
Diffstat (limited to 'logging.md')
-rw-r--r--logging.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/logging.md b/logging.md
index 9b6bfa2a..82b6a0c8 100644
--- a/logging.md
+++ b/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