From 11c55a7ca14bb64068d2a00dd1953fdc116a0aee Mon Sep 17 00:00:00 2001 From: fumingwei Date: Sun, 26 Sep 2021 16:32:21 +0800 Subject: [PATCH] =?UTF-8?q?bugfix:=E4=BF=AE=E6=94=B9sapp=20runtime?= =?UTF-8?q?=E7=9A=84=E6=97=A5=E5=BF=97=E7=BA=A7=E5=88=AB=E7=94=B1info?= =?UTF-8?q?=E6=94=B9=E4=B8=BAfatal?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ansible/roles/sapp/templates/sapp_log.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/roles/sapp/templates/sapp_log.conf.j2 b/ansible/roles/sapp/templates/sapp_log.conf.j2 index 32402e1c..20a6262d 100644 --- a/ansible/roles/sapp/templates/sapp_log.conf.j2 +++ b/ansible/roles/sapp/templates/sapp_log.conf.j2 @@ -10,7 +10,7 @@ FATAL=30 other = "%d(%c), %V, %F, %U, %m%n" plugin = "%d(%c), %m%n" [rules] -__log_runtimelog.info "./log/runtimelog.%d(%F)" +__log_runtimelog.fatal "./log/runtimelog.%d(%F)" __log_runtimelog_plugin.fatal >stdout; plugin __log_runtimelog_plugin.info "./log/plugin.log.%d(%F)"; plugin !.fatal "./log/%c.%d(%F)"; other