mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-08 06:06:40 +02:00
Update changelog/readme
This commit is contained in:
@@ -1,3 +1,20 @@
|
|||||||
|
### 1.7.0 (2013-11-14)
|
||||||
|
|
||||||
|
* Added ElasticSearchHandler to send logs to an Elastic Search server
|
||||||
|
* Added DynamoDbHandler and ScalarFormatter to send logs to Amazon's Dynamo DB
|
||||||
|
* Added SyslogUdpHandler to send logs to a remote syslogd server
|
||||||
|
* Added LogglyHandler to send logs to a Loggly account
|
||||||
|
* Added $level to IntrospectionProcessor so it only adds backtraces when needed
|
||||||
|
* Added $version to LogstashFormatter to allow using the new v1 Logstash format
|
||||||
|
* Added $appName to NewRelicHandler
|
||||||
|
* Added configuration of Pushover notification retries/expiry
|
||||||
|
* Added $maxColumnWidth to NativeMailerHandler to change the 70 chars default
|
||||||
|
* Added chainability to most setters for all handlers
|
||||||
|
* Fixed RavenHandler batch processing so it takes the message from the record with highest priority
|
||||||
|
* Fixed HipChatHandler batch processing so it sends all messages at once
|
||||||
|
* Fixed issues with eAccelerator
|
||||||
|
* Fixed and improved many small things
|
||||||
|
|
||||||
### 1.6.0 (2013-07-29)
|
### 1.6.0 (2013-07-29)
|
||||||
|
|
||||||
* Added HipChatHandler to send logs to a HipChat chat room
|
* Added HipChatHandler to send logs to a HipChat chat room
|
||||||
|
@@ -132,6 +132,7 @@ Handlers
|
|||||||
[raven](https://packagist.org/packages/raven/raven).
|
[raven](https://packagist.org/packages/raven/raven).
|
||||||
- _ZendMonitorHandler_: Logs records to the Zend Monitor present in Zend Server.
|
- _ZendMonitorHandler_: Logs records to the Zend Monitor present in Zend Server.
|
||||||
- _NewRelicHandler_: Logs records to a [NewRelic](http://newrelic.com/) application.
|
- _NewRelicHandler_: Logs records to a [NewRelic](http://newrelic.com/) application.
|
||||||
|
- _LogglyHandler_: Logs records to a [Loggly](http://www.loggly.com/) account.
|
||||||
- _SyslogUdpHandler_: Logs records to a remote [Syslogd](http://www.rsyslog.com/) server.
|
- _SyslogUdpHandler_: Logs records to a remote [Syslogd](http://www.rsyslog.com/) server.
|
||||||
|
|
||||||
### Logging in development
|
### Logging in development
|
||||||
|
Reference in New Issue
Block a user