소스 검색

日志文件分隔

lizw 3 년 전
부모
커밋
c6b5ab088c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      yxt/api-gateway.sh

+ 1 - 1
yxt/api-gateway.sh

@@ -8,7 +8,7 @@ serverName=yxt_api_gateway
 logPath=/data/logs/soap_gateway_test/soap_gateway_test.log
 
 cmd=$1
-profiles=${2:-"dev"}
+profiles=${2:-"test"}
 echoPrefix="\033[36m+"
 echoSuffix="\033[0m"