Fedora 18 Update: php-Monolog-1.7.0-1.fc18

updates at fedoraproject.org updates at fedoraproject.org
Fri Jan 10 07:42:57 UTC 2014


--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2013-24107
2013-12-31 00:50:41
--------------------------------------------------------------------------------

Name        : php-Monolog
Product     : Fedora 18
Version     : 1.7.0
Release     : 1.fc18
URL         : https://github.com/Seldaek/monolog
Summary     : Sends your logs to files, sockets, inboxes, databases and various web services
Description :
Monolog sends your logs to files, sockets, inboxes, databases and various web
services. Special handlers allow you to build advanced logging strategies.

This library implements the PSR-3 [1] interface that you can type-hint against
in your own libraries to keep a maximum of interoperability. You can also use it
in your applications to make sure you can always use another compatible logger
at a later time.

Optional handlers:
* php-Monolog-amqp
      Allow sending log messages to an AMQP server (1.0+ required)
* php-Monolog-dynamo
      Allow sending log messages to AWS DynamoDB
* php-Monolog-mongo
      Allow sending log messages to a MongoDB server
* php-Monolog-raven
      Allow sending log messages to a Sentry server
* https://github.com/doctrine/couchdb-client
      Allow sending log messages to a CouchDB server
* https://github.com/mlehner/gelf-php
      Allow sending log messages to a GrayLog2 server
* https://github.com/ruflin/Elastica
      Allow sending log messages to an Elastic Search server
* https://docs.newrelic.com/docs/php/new-relic-for-php
      Allow sending log messages to a New Relic application

[1] https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-3-logger-interface.md

--------------------------------------------------------------------------------
Update Information:

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
--------------------------------------------------------------------------------
ChangeLog:

* Mon Dec 30 2013 Shawn Iwinski <shawn.iwinski at gmail.com> 1.7.0-1
- Updated to 1.7.0 (BZ #1030923)
- Added dynamo sub-package
- Spec cleanup
* Sat Aug 17 2013 Shawn Iwinski <shawn.iwinski at gmail.com> 1.6.0-1
- Updated to version 1.6.0
- Added phpcompatinfo build requires
- php-common -> php(language)
- No conditional php-filter require
- Added php-hash require
- Global raven min and max versions
- Removed MongoDBHandlerTest because it requires a running MongoDB server
* Sun Aug  4 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.4.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
* Mon Apr  1 2013 Shawn Iwinski <shawn.iwinski at gmail.com> 1.4.1-1
- Updated to version 1.4.1
- Updates for "new" Fedora GitHub guidelines
- Updated summary and description
- Added php-PsrLog require
- Added tests (%check)
- Removed tests sub-package
- Added raven sub-package
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.2.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
--------------------------------------------------------------------------------
References:

  [ 1 ] Bug #1030923 - php-Monolog-1.7.0 is available
        https://bugzilla.redhat.com/show_bug.cgi?id=1030923
--------------------------------------------------------------------------------

This update can be installed with the "yum" update program.  Use 
su -c 'yum update php-Monolog' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.

All packages are signed with the Fedora Project GPG key.  More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------


More information about the package-announce mailing list