We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ebb313 commit 857bc6dCopy full SHA for 857bc6d
src/config/plugin/casbin/webman-permission/permission.php
@@ -8,7 +8,7 @@
8
'default' => 'basic',
9
/** 日志配置 */
10
'log' => [
11
- 'enabled' => true, // changes will log messages to the Logger.
+ 'enabled' => false, // changes will log messages to the Logger.
12
'logger' => 'Casbin', // Casbin Logger, Supported: \Psr\Log\LoggerInterface|string
13
'path' => runtime_path() . '/logs/casbin.log' // log path
14
],
0 commit comments