Skip to content

Commit 41793af

Browse files
Change default LDAP logging level to debug (#3141)
Logging every LDAP query is more in line with our `debug` log level usages rather than our `info` log level usages.
1 parent 75e1c1d commit 41793af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/ldap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
'logging' => [
5757
'enabled' => env('LDAP_LOGGING', true),
5858
'channel' => env('LOG_CHANNEL', 'stack'),
59-
'level' => env('LOG_LEVEL', 'info'),
59+
'level' => env('LOG_LEVEL', 'debug'),
6060
],
6161

6262
/*

0 commit comments

Comments
 (0)