Update sapp_log.conf.j2;控制app_sketch_local写fatal日志

This commit is contained in:
刘学利
2021-09-26 11:18:33 +00:00
parent 11c55a7ca1
commit 1be08803e2

View File

@@ -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