aboutsummaryrefslogtreecommitdiff
path: root/weed/glog/glog.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2020-11-16 22:26:58 -0800
committerChris Lu <chris.lu@gmail.com>2020-11-16 22:26:58 -0800
commit6c9156b25f8b1c28fb0cc909310a20aeeec0e087 (patch)
tree343e30d98e46a081aa57adfc334b807d0b3255dc /weed/glog/glog.go
parent9add554feb53706d1d878cc9636d234e622b8a80 (diff)
downloadseaweedfs-6c9156b25f8b1c28fb0cc909310a20aeeec0e087.tar.xz
seaweedfs-6c9156b25f8b1c28fb0cc909310a20aeeec0e087.zip
switch to logrusorigin/logrus
losing filename and line number. Critical for debugging.
Diffstat (limited to 'weed/glog/glog.go')
-rw-r--r--weed/glog/glog.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/glog/glog.go b/weed/glog/glog.go
index f46632f1c..50fa73e1a 100644
--- a/weed/glog/glog.go
+++ b/weed/glog/glog.go
@@ -22,7 +22,7 @@
//
// glog.Info("Prepare to repel boarders")
//
-// glog.Fatalf("Initialization failed: %s", err)
+// log.Fatalf("Initialization failed: %s", err)
//
// See the documentation for the V function for an explanation of these examples:
//