Author: Derick Rethans (derickr) Date: 2025-11-11T13:28:38Z Commit: https://github.com/php/web-analytics/commit/ea67eb18a3251166de17066c299a1279fde807b3 Raw diff: https://github.com/php/web-analytics/commit/ea67eb18a3251166de17066c299a1279fde807b3.diff
Make logs less chatty Changed paths: M www/config/config.ini.php Diff: diff --git a/www/config/config.ini.php b/www/config/config.ini.php index c78c5d2a..c5aeb160 100644 --- a/www/config/config.ini.php +++ b/www/config/config.ini.php @@ -19,7 +19,7 @@ proxy_host_headers[] = HTTP_X_FORWARDED_HOST [log] -log_level = "INFO" +log_level = "WARN" log_writers[] = "file" logger_file_path = "/var/log/matomo/matomo.log"
