We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 114c916 + 7a17618 commit 1d99225Copy full SHA for 1d99225
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