作者 yangfu

日志级别error

... ... @@ -7,7 +7,7 @@ mysql_port = "${MYSQL_PORT||3306}"
mysql_db_name = "${MYSQL_DB_NAME||opportunity}"
#日志
log_level = "${LOG_LEVEL||debug}"
log_level = "${LOG_LEVEL||error}"
aliyun_logs_access ="${aliyun_logs_access||app.log}"
... ...
... ... @@ -89,7 +89,7 @@ spec:
- name: RUN_MODE
value: "prod"
- name: LOG_LEVEL
value: "debug"
value: "error"
- name: aliyun_logs_suplusfile
value: "stdout"
- name: aliyun_logs_access
... ...