作者 yangfu

日志级别error

@@ -7,7 +7,7 @@ mysql_port = "${MYSQL_PORT||3306}" @@ -7,7 +7,7 @@ mysql_port = "${MYSQL_PORT||3306}"
7 mysql_db_name = "${MYSQL_DB_NAME||opportunity}" 7 mysql_db_name = "${MYSQL_DB_NAME||opportunity}"
8 8
9 #日志 9 #日志
10 -log_level = "${LOG_LEVEL||debug}" 10 +log_level = "${LOG_LEVEL||error}"
11 aliyun_logs_access ="${aliyun_logs_access||app.log}" 11 aliyun_logs_access ="${aliyun_logs_access||app.log}"
12 12
13 13
@@ -89,7 +89,7 @@ spec: @@ -89,7 +89,7 @@ spec:
89 - name: RUN_MODE 89 - name: RUN_MODE
90 value: "prod" 90 value: "prod"
91 - name: LOG_LEVEL 91 - name: LOG_LEVEL
92 - value: "debug" 92 + value: "error"
93 - name: aliyun_logs_suplusfile 93 - name: aliyun_logs_suplusfile
94 value: "stdout" 94 value: "stdout"
95 - name: aliyun_logs_access 95 - name: aliyun_logs_access