Skip to content

Commit 857bc6d

Browse files
committed
feat: default close log
1 parent 3ebb313 commit 857bc6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config/plugin/casbin/webman-permission/permission.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
'default' => 'basic',
99
/** 日志配置 */
1010
'log' => [
11-
'enabled' => true, // changes will log messages to the Logger.
11+
'enabled' => false, // changes will log messages to the Logger.
1212
'logger' => 'Casbin', // Casbin Logger, Supported: \Psr\Log\LoggerInterface|string
1313
'path' => runtime_path() . '/logs/casbin.log' // log path
1414
],

0 commit comments

Comments
 (0)