From 1be08803e2a89e81ce94e6100519b6da0e57b35b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=AD=A6=E5=88=A9?= Date: Sun, 26 Sep 2021 11:18:33 +0000 Subject: [PATCH] =?UTF-8?q?Update=20sapp=5Flog.conf.j2=EF=BC=9B=E6=8E=A7?= =?UTF-8?q?=E5=88=B6app=5Fsketch=5Flocal=E5=86=99fatal=E6=97=A5=E5=BF=97?= 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, 2 insertions(+) diff --git a/ansible/roles/sapp/templates/sapp_log.conf.j2 b/ansible/roles/sapp/templates/sapp_log.conf.j2 index 20a6262d..4e613e2b 100644 --- a/ansible/roles/sapp/templates/sapp_log.conf.j2 +++ b/ansible/roles/sapp/templates/sapp_log.conf.j2 @@ -6,6 +6,7 @@ file perms = 644 DEBUG=10 INFO=20 FATAL=30 +STOP=40 [formats] other = "%d(%c), %V, %F, %U, %m%n" plugin = "%d(%c), %m%n" @@ -13,4 +14,5 @@ plugin = "%d(%c), %m%n" __log_runtimelog.fatal "./log/runtimelog.%d(%F)" __log_runtimelog_plugin.fatal >stdout; plugin __log_runtimelog_plugin.info "./log/plugin.log.%d(%F)"; plugin +__tsglog_app_sketch_local_app_sketch_local.stop "./log/%c.%d(%F)"; other !.fatal "./log/%c.%d(%F)"; other