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:
authormattab <matthieu.aubry@gmail.com>2014-12-29 00:37:51 +0300
committermattab <matthieu.aubry@gmail.com>2014-12-29 00:37:58 +0300
commit5cc1dd8d41ac471015a5bdb7a15cde4260a4bb5f (patch)
tree52d8925d47699b9ebab6d5716839097589c6ce2f /CHANGELOG.md
parent796c8e942203ba5d1d51fe8901901394962c71cf (diff)
Adding monolog mention in changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 26cb7dccb8..695a1572df 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,7 +12,7 @@ This is a changelog for Piwik platform developers. All changes for our HTTP API'
* `Log.formatFileMessage`
* `Log.formatDatabaseMessage`
* `Log.formatScreenMessage`
- * These events where very specific events for an internal need (logging exceptions) and have been replaced by a more extensible solution.
+ * These events have been removed as Piwik now uses the Monolog logging library. [Learn more.](http://developer.piwik.org/guides/logging)
* The event `Log.getAvailableWriters` has been removed: to add custom log backends, you now need to configure Monolog handlers
* The INI options `log_only_when_cli` and `log_only_when_debug_parameter` have been removed