Monolog Bundle Versions Save

Symfony Monolog Bundle

v3.2.0

6 years ago
  • Removed randomness from the container build
  • Fixed support for the monolog.logger tag specifying a channel in combination with Symfony 3.4+ autowiring
  • Fixed visibility of channels configured explicitly in the bundle config (they are now public in Symfony 4 too)
  • Fixed invalid service definitions

v3.1.0

7 years ago
  • Added support for server_log handler
  • Allow configuring VERBOSITY_QUIET in console handlers
  • Fixed autowiring
  • Fixed slackbot handler not escaping channel names properly
  • Fixed slackbot handler requiring slack_team instead of team to be configured

v3.0.3

7 years ago
  • Fixed deprecation notices when using Symfony 3.3+ and PHP7+

v3.0.2

7 years ago
  • Revert disabling DebugHandler in CLI environments
  • Update configuration for slack handlers for Monolog 1.22 new options
  • Revert the removal of the DebugHandlerPass (needed for Symfony <3.2)

v2.12.1

7 years ago
  • Revert disabling DebugHandler in CLI environments
  • Avoid triggering a deprecation warning for Symfony <3.2 users

2.11.1

8 years ago
  • Fixed monolog requirement to make it explicit what version the bundle requires

2.11.0

8 years ago
  • Added support for the new deduplication handler
  • Added use_microseconds option at the top level that lets you optionally disable microseconds across all loggers (small perf boost)
  • Added support for a raven handler release param to call setRelease on the handler

v2.10.0

8 years ago
  • Added auto_stack_logs option to raven (sentry) handler
  • Added app_name option to newrelic handler
  • Added nested option to all handlers to mark them as nested and that they should not be added to the logger instances, only useful if you want to assign them to a given handler you defined as a service.

v2.9.0

8 years ago
  • Added include_stacktraces configuration option to all handlers
  • Added possibility to autowire the default monolog.logger based on Psr\Log\LoggerInterface type hints
  • Added timeout and conection_timeout configuration options to the logentries handler
  • Added host and api_version configuration options to the hipchat handler
  • Added filename_format and date_format configuration options to the rotating_file handler
  • Added options transport, user and password for elasticsearch handler

v2.8.2

8 years ago
  • Avoid a deprecation warning on Symfony 2.8
  • Add the missing ignore_error setting for the elastica handler