From f3b508fdd663cc0b0e74cd2e6d654e7b13238c28 Mon Sep 17 00:00:00 2001 From: fumingwei Date: Tue, 27 Jul 2021 17:17:26 +0800 Subject: [PATCH] =?UTF-8?q?bugfix:TSG-7210=E8=B0=83=E6=95=B4ZLOG=5FPROFILE?= =?UTF-8?q?=5FERROR=E5=86=99=E5=85=A5=E8=B7=AF=E5=BE=84=E7=9A=84=E4=BD=8D?= =?UTF-8?q?=E7=BD=AE=EF=BC=8C=E7=94=B1/tmp=E6=94=B9=E4=B8=BA/var/log?= =?UTF-8?q?=E4=B8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ansible/roles/sapp/templates/service_env.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/roles/sapp/templates/service_env.conf.j2 b/ansible/roles/sapp/templates/service_env.conf.j2 index 68190f6f..9d4a4f52 100644 --- a/ansible/roles/sapp/templates/service_env.conf.j2 +++ b/ansible/roles/sapp/templates/service_env.conf.j2 @@ -1,2 +1,2 @@ [Service] -Environment="ZLOG_PROFILE_ERROR=/tmp/zlog.error.log" \ No newline at end of file +Environment="ZLOG_PROFILE_ERROR=/var/log/zlog.error.log" \ No newline at end of file