diff options
| author | Sam Light <sam@lightscale.co.uk> | 2025-04-09 22:22:13 +0100 | 
|---|---|---|
| committer | Sam Light <samlight1994@gmail.com> | 2025-04-09 22:22:13 +0100 | 
| commit | faa342b4c80ad56be1ea44c88a333c25a7477596 (patch) | |
| tree | 87f7b4f3b0056a48b8372f0ab779baad281cd99a /config/access_log.php | |
| parent | 73083c611f1ddcc41ec712d5f4448df1270bc176 (diff) | |
Config updates
Diffstat (limited to 'config/access_log.php')
| -rw-r--r-- | config/access_log.php | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/config/access_log.php b/config/access_log.php index 1a8663c..cd030b1 100644 --- a/config/access_log.php +++ b/config/access_log.php @@ -3,8 +3,12 @@  return [      'enabled' => env('ACCESS_LOG_ENABLED', true),      'table_name' => 'access_log', + +    'log_unauthenticated' => true, +      'log_ip' => false,      'log_user_agent' => false, +    'log_referer' => false,      'model' => \Lightscale\LaralightAccessLog\Models\AccessLog::class,      'user_model' => \Illuminate\Foundation\Auth\User::class, | 
