summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/ngaut/log/log.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/ngaut/log/log.go')
-rw-r--r--vendor/github.com/ngaut/log/log.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/ngaut/log/log.go b/vendor/github.com/ngaut/log/log.go
index 7e193715bd..896b393095 100644
--- a/vendor/github.com/ngaut/log/log.go
+++ b/vendor/github.com/ngaut/log/log.go
@@ -372,7 +372,7 @@ func genHourTime(t time.Time) string {
}
func New() *logger {
- return Newlogger(os.Stdout, "")
+ return Newlogger(os.Stderr, "")
}
func Newlogger(w io.Writer, prefix string) *logger {