summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
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'),