Author: Derick Rethans (derickr) Date: 2025-11-11T13:00:23Z Commit: https://github.com/php/web-analytics/commit/8970e180eeaa5144fe3d2b7189134addf95c41c1 Raw diff: https://github.com/php/web-analytics/commit/8970e180eeaa5144fe3d2b7189134addf95c41c1.diff
Put the logs in the right place Changed paths: M www/config/config.ini.php Diff: diff --git a/www/config/config.ini.php b/www/config/config.ini.php index 1c03d714..c78c5d2a 100644 --- a/www/config/config.ini.php +++ b/www/config/config.ini.php @@ -21,7 +21,7 @@ [log] log_level = "INFO" log_writers[] = "file" -logger_file_path = "/var/log/matomo.log" +logger_file_path = "/var/log/matomo/matomo.log" [mail] transport = "smtp"
