Download the PHP package ias/newrelic-logger-bundle without Composer
On this page you can find all versions of the php package ias/newrelic-logger-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download ias/newrelic-logger-bundle
More information about ias/newrelic-logger-bundle
Files in ias/newrelic-logger-bundle
Package newrelic-logger-bundle
Short Description Logs to New Relic in Symfony apps
License MIT
Informations about the package newrelic-logger-bundle
ias/newrelic-logger-bundle
This bundle logs to New Relic in Symfony apps.
Requirements
- Requirements from newrelic/monolog-enricher
Installation
Make sure Composer is installed globally, as explained in the installation chapter of the Composer documentation.
Applications that use Symfony Flex
Open a command console, enter your project directory and execute:
Applications that don't use Symfony Flex
Step 1: Download the Bundle
Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:
Step 2: Enable the Bundle
Then, enable the bundle by adding it to the list of registered bundles
in the config/bundles.php
file of your project:
Create a configuration file to change service defaults:
Options:
- buffer_limit: see Monolog\Handler\BufferHandler
- level: one of the levels defined in Monolog\Logger
Activate the log handler:
Developers
Requirements
- PHP 7
- Composer
Build
composer build
All versions of newrelic-logger-bundle with dependencies
newrelic/monolog-enricher Version ^1.0 || ^2.0
symfony/dependency-injection Version ~4.4 || ^5.0
symfony/monolog-bundle Version ^3.0
symfony/yaml Version ~4.4 || ^5.0