Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordiosmosis <diosmosis@users.noreply.github.com>2018-12-19 03:14:21 +0300
committerGitHub <noreply@github.com>2018-12-19 03:14:21 +0300
commit1b895a35fe13e2d25331e8a5b0c57cbdd6497384 (patch)
tree0cf85d033d4b84c39c786ac1e93de848a7ae8d10 /CHANGELOG.md
parent0a2d0ea1ede1024f5a556cf5e776e5033c1d1308 (diff)
Allow setting different log levels per log writer if desired. (#13873)
* Set different log levels per log writer if desired. * small tweak * tweak doc
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6424512139..fd762d201d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -19,6 +19,7 @@ The Product Changelog at **[matomo.org/changelog](https://matomo.org/changelog)*
### New Features
* The log importer now supports the `--tracker-endpoint-path` parameter which allows you to use a different tracker endpoint than `/piwik.php`, if desired.
+* It is now possible to define different log levels for different log writers via INI config. Set log_level_file, for example, to set the log level for the file writer, or log_level_screen for the screen writer.
### Internal change
* New Matomo installation will now use by default "matomo.js" and "matomo.php" as tracking endpoints. From Matomo 4.0 all installations will use "matomo.js" and "matomo.php" by default. We recommend you ensure those files can be accessed through the web and are not blocked.