Skip to content
This repository was archived by the owner on Jul 24, 2023. It is now read-only.

Commit 85c56ca

Browse files
committed
Set logging to false by default
1 parent 34d90d6 commit 85c56ca

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/Config/config.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,13 @@
1010
| This option enables logging all LDAP operations on all configured
1111
| connections such as bind requests and CRUD operations.
1212
|
13+
| Log entries will be created in your default logging stack.
14+
|
15+
| This option is extremely helpful for debugging connectivity issues.
16+
|
1317
*/
1418

15-
'logging' => env('LDAP_LOGGING', true),
19+
'logging' => env('LDAP_LOGGING', false),
1620

1721
/*
1822
|--------------------------------------------------------------------------

0 commit comments

Comments
 (0)