bugfix:TSG-7210调整ZLOG_PROFILE_ERROR写入路径的位置,由/tmp改为/var/log下

This commit is contained in:
fumingwei
2021-07-27 17:17:26 +08:00
parent 4b55b24c84
commit f3b508fdd6

View File

@@ -1,2 +1,2 @@
[Service]
Environment="ZLOG_PROFILE_ERROR=/tmp/zlog.error.log"
Environment="ZLOG_PROFILE_ERROR=/var/log/zlog.error.log"