Skip to content

Commit

Permalink
Update config/ldap.php
Browse files Browse the repository at this point in the history
Co-authored-by: Steve Bauman <[email protected]>
  • Loading branch information
nilskretschmer and stevebauman authored Oct 26, 2023
1 parent 74a2761 commit 9ec6a0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/ldap.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
'logging' => [
'enabled' => env('LDAP_LOGGING', true),
'channel' => env('LOG_CHANNEL', 'stack'),
'level' => env('LDAP_LOGGING_LEVEL', 'info'),
'level' => env('LOG_LEVEL', 'info'),
],

/*
Expand Down

0 comments on commit 9ec6a0f

Please sign in to comment.