2
0

fix logrus updated package name (lowercase)

See https://github.com/sirupsen/logrus/issues/570#issuecomment-313933276
This commit is contained in:
Damir Vandic
2017-08-18 13:43:10 +02:00
parent 83f4d76e68
commit 8afa1fd332
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -233,7 +233,7 @@ Logging
pgx defines a simple logger interface. Connections optionally accept a logger
that satisfies this interface. Set LogLevel to control logging verbosity.
Adapters for github.com/inconshreveable/log15, github.com/Sirupsen/logrus, and
Adapters for github.com/inconshreveable/log15, github.com/sirupsen/logrus, and
the testing log are provided in the log directory.
*/
package pgx