Commit 724cdc09 authored by xuezj's avatar xuezj

测试日志

parent 9b0733f3
......@@ -7,6 +7,13 @@ echo "NAMESPACE is $NAMESPACE"
echo "cd ${package_path}"
cd ${package_path}
# 日志挂载到了/home/logs下
# 创建新目录,并把/home/quant_group/logs指向新目录
logdir="${NAMESPACE}_${HOSTNAME}"
echo "创建日志目录:$logdir"
ln -s "/home/logs/${logdir}" "/home/quant_group/logs"
echo "echo host"
echo 192.168.4.50 eos.quantgroups.com >> /etc/hosts
echo 172.17.1.7 apollo-dev.quantgroups.com >> /etc/hosts
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment