aboutsummaryrefslogtreecommitdiff
path: root/weed/command/filer.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2018-12-16 17:37:10 -0800
committerChris Lu <chris.lu@gmail.com>2018-12-16 17:37:10 -0800
commit93d0ad09affdf1b5e916574cf76a1eeb2b5838c6 (patch)
treef7fa8f1b6dc5fe8bf510c9768181981a00f2ebf1 /weed/command/filer.go
parent13e79892d147073c7bad40a0884dbabf13fe6450 (diff)
downloadseaweedfs-93d0ad09affdf1b5e916574cf76a1eeb2b5838c6.tar.xz
seaweedfs-93d0ad09affdf1b5e916574cf76a1eeb2b5838c6.zip
error log format
Diffstat (limited to 'weed/command/filer.go')
-rw-r--r--weed/command/filer.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/command/filer.go b/weed/command/filer.go
index f4d6f55a8..0c1950f96 100644
--- a/weed/command/filer.go
+++ b/weed/command/filer.go
@@ -126,7 +126,7 @@ func (fo *FilerOptions) startFiler() {
}()
}
- glog.V(0).Infoln("Start Seaweed Filer", util.VERSION, "at port", strconv.Itoa(*fo.port))
+ glog.V(0).Infof("Start Seaweed Filer %s at %s:%d", util.VERSION, *fo.ip, *fo.port)
filerListener, e := util.NewListener(
":"+strconv.Itoa(*fo.port),
time.Duration(10)*time.Second,