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

Commit 29c360d

Browse files
committed
Added logging option
1 parent 8017039 commit 29c360d

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

src/Config/auth.php

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,8 +248,8 @@
248248
| upon login, automatically synchronizing and keeping the attributes
249249
| up to date.
250250
|
251-
| The array key represents the Laravel model key, and the value
252-
| represents the users LDAP attribute.
251+
| The array key represents the users Laravel model key, and
252+
| the value represents the users LDAP attribute.
253253
|
254254
| This option must be an array and is only applicable
255255
| to the DatabaseUserProvider.
@@ -264,4 +264,21 @@
264264

265265
],
266266

267+
/*
268+
|--------------------------------------------------------------------------
269+
| Logging
270+
|--------------------------------------------------------------------------
271+
|
272+
| User authentication attempts will be logged using Laravel's
273+
| default logger if this setting is enabled.
274+
|
275+
| This is usually stored in the '/storage/logs' directory
276+
| in the root of your application.
277+
|
278+
| This option is useful for debugging as well as auditing.
279+
|
280+
*/
281+
282+
'logging' => true,
283+
267284
];

0 commit comments

Comments
 (0)