We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 114c916 commit 7a17618Copy full SHA for 7a17618
1 file changed
src/config/plugin/webman/log/app.php
@@ -4,7 +4,9 @@
4
'exception' => [
5
// 是否记录异常到日志
6
'enable' => true,
7
- // 不会写入至日志的异常类
8
- 'dontReport' => []
+ // 不会记录到日志的异常类
+ 'dontReport' => [
9
+ support\exception\BusinessException::class
10
+ ]
11
]
-];
12
+];
0 commit comments