We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
debug
1 parent 75e1c1d commit 41793afCopy full SHA for 41793af
1 file changed
config/ldap.php
@@ -56,7 +56,7 @@
56
'logging' => [
57
'enabled' => env('LDAP_LOGGING', true),
58
'channel' => env('LOG_CHANNEL', 'stack'),
59
- 'level' => env('LOG_LEVEL', 'info'),
+ 'level' => env('LOG_LEVEL', 'debug'),
60
],
61
62
/*
0 commit comments