bugfix:修改sapp runtime的日志级别由info改为fatal

This commit is contained in:
fumingwei
2021-09-26 16:32:21 +08:00
committed by 付明卫
parent d6a27e00f4
commit 11c55a7ca1

View File

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