Skip to content

Commit 9ec6a0f

Browse files
Update config/ldap.php
Co-authored-by: Steve Bauman <[email protected]>
1 parent 74a2761 commit 9ec6a0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/ldap.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
'logging' => [
6060
'enabled' => env('LDAP_LOGGING', true),
6161
'channel' => env('LOG_CHANNEL', 'stack'),
62-
'level' => env('LDAP_LOGGING_LEVEL', 'info'),
62+
'level' => env('LOG_LEVEL', 'info'),
6363
],
6464

6565
/*

0 commit comments

Comments
 (0)