@@ -43,7 +43,7 @@ |
||
| 43 | 43 | 'logSuccessfulLogout' => true, // Successful Logout |
| 44 | 44 | |
| 45 | 45 | |
| 46 | - /* |
|
| 46 | + /* |
|
| 47 | 47 | |-------------------------------------------------------------------------- |
| 48 | 48 | | Laravel Logger Search Enable/Disable |
| 49 | 49 | |-------------------------------------------------------------------------- |
@@ -34,13 +34,13 @@ |
||
| 34 | 34 | | Laravel Logger Authentication Listeners Enable/Disable |
| 35 | 35 | |-------------------------------------------------------------------------- |
| 36 | 36 | */ |
| 37 | - 'logAllAuthEvents' => false, // May cause a lot of duplication. |
|
| 38 | - 'logAuthAttempts' => false, // Successful and Failed - May cause a lot of duplication. |
|
| 39 | - 'logFailedAuthAttempts' => true, // Failed Logins |
|
| 40 | - 'logLockOut' => true, // Account Lockout |
|
| 41 | - 'logPasswordReset' => true, // Password Resets |
|
| 42 | - 'logSuccessfulLogin' => true, // Successful Login |
|
| 43 | - 'logSuccessfulLogout' => true, // Successful Logout |
|
| 37 | + 'logAllAuthEvents' => false, // May cause a lot of duplication. |
|
| 38 | + 'logAuthAttempts' => false, // Successful and Failed - May cause a lot of duplication. |
|
| 39 | + 'logFailedAuthAttempts' => true, // Failed Logins |
|
| 40 | + 'logLockOut' => true, // Account Lockout |
|
| 41 | + 'logPasswordReset' => true, // Password Resets |
|
| 42 | + 'logSuccessfulLogin' => true, // Successful Login |
|
| 43 | + 'logSuccessfulLogout' => true, // Successful Logout |
|
| 44 | 44 | |
| 45 | 45 | |
| 46 | 46 | /* |