diff options
| author | grothedev <grothedev@gmail.com> | 2026-01-09 20:02:23 -0500 |
|---|---|---|
| committer | grothedev <grothedev@gmail.com> | 2026-01-09 20:02:23 -0500 |
| commit | a8446acd5a32f43534260cbe16225cfa975e18f2 (patch) | |
| tree | d0a42bd9cb319758db803878523187978458c157 /config | |
| parent | 57445d4ccbfe1cb190437c8f6b609fc83723b015 (diff) | |
Diffstat (limited to 'config')
| -rw-r--r-- | config/logging.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/config/logging.php b/config/logging.php index 9e998a4..057086a 100644 --- a/config/logging.php +++ b/config/logging.php @@ -73,6 +73,13 @@ return [ 'replace_placeholders' => true, ], + 'visitors' => [ + 'driver' => 'single', + 'path' => storage_path('logs/visitors.log'), + 'level' => 'info', + 'replace_placeholders' => true, + ], + 'slack' => [ 'driver' => 'slack', 'url' => env('LOG_SLACK_WEBHOOK_URL'), |
