summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorgrothedev <grothedev@gmail.com>2026-01-09 20:02:23 -0500
committergrothedev <grothedev@gmail.com>2026-01-09 20:02:23 -0500
commita8446acd5a32f43534260cbe16225cfa975e18f2 (patch)
treed0a42bd9cb319758db803878523187978458c157 /config
parent57445d4ccbfe1cb190437c8f6b609fc83723b015 (diff)
stuff from claude. good point to commit.HEADmain
Diffstat (limited to 'config')
-rw-r--r--config/logging.php7
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'),