From b864cf7e070de43e5c6c5a86458c65bb371ec83e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9A=8B=E9=BE=99=E9=A3=9E=40=E8=A7=86=E9=A2=91=E7=BB=93?= =?UTF-8?q?=E6=9E=84=E5=8C=96?= <46342975+suilongfei@users.noreply.github.com> Date: Thu, 10 Jan 2019 17:17:32 +0800 Subject: [PATCH] change log_dir flag to logdir change log_dir flag to logdir --- weed/glog/glog.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weed/glog/glog.go b/weed/glog/glog.go index abd5678d4..f46632f1c 100644 --- a/weed/glog/glog.go +++ b/weed/glog/glog.go @@ -46,7 +46,7 @@ // -stderrthreshold=ERROR // Log events at or above this severity are logged to standard // error as well as to files. -// -log_dir="" +// -logdir="" // Log files will be written to this directory instead of the // default temporary directory. //