From: Yehuda Sadeh Date: Tue, 5 Jan 2016 21:49:10 +0000 (-0800) Subject: mrgw.sh: modify log file name X-Git-Tag: v10.1.0~354^2~94 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=c78cb250f0595cb691a2ad46b1f496e752bd7ce9;p=ceph.git mrgw.sh: modify log file name Signed-off-by: Yehuda Sadeh --- diff --git a/src/mrgw.sh b/src/mrgw.sh index c58115ef7cc7..12c33e448a13 100755 --- a/src/mrgw.sh +++ b/src/mrgw.sh @@ -14,7 +14,8 @@ shift 2 run_root=$script_root/run/$name pidfile=$run_root/out/radosgw.${port}.pid asokfile=$run_root/out/radosgw.${port}.asok +logfile=$run_root/out/radosgw.${port}.log $script_root/mstop.sh $name radosgw $port -$script_root/mrun $name radosgw --rgw-frontends="civetweb port=$port" --pid-file=$pidfile --admin-socket=$asokfile "$@" +$script_root/mrun $name radosgw --rgw-frontends="civetweb port=$port" --pid-file=$pidfile --admin-socket=$asokfile "$@" --log-file=$logfile