Author: Derick Rethans (derickr)
Date: 2024-12-16T14:49:36Z
Commit: Enable logging · php/web-analytics@996659a · GitHub
Raw diff: https://github.com/php/web-analytics/commit/996659ace0536e669d53e120f301eed812f582bb.diff
Enable logging
Changed paths:
M www/config/config.ini.php
Diff:
diff --git a/www/config/config.ini.php b/www/config/config.ini.php
index 8cbed36..46eeb87 100644
--- a/www/config/config.ini.php
+++ b/www/config/config.ini.php
@@ -12,6 +12,11 @@
salt = "PLACEHOLDERFORSALT-REPLACEDONDEPLOY";
trusted_hosts = "analytics.php.net"
+[log]
+log_level = "INFO"
+log_writers = "file"
+logger_file_path = "/var/log/matomo.log"
+
[mail]
transport = "smtp"
host = "mailout.php.net"