Releases: symfony/monolog-bundle
Releases · symfony/monolog-bundle
3.2.0
- 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
3.1.0
v3.0.3
3.0.2
2.12.1
2.11.1
2.11.0
- 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
2.10.0
- 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.
2.9.0
- Added
include_stacktraces
configuration option to all handlers - Added possibility to autowire the default
monolog.logger
based onPsr\Log\LoggerInterface
type hints - Added
timeout
andconection_timeout
configuration options to thelogentries
handler - Added
host
andapi_version
configuration options to thehipchat
handler - Added
filename_format
anddate_format
configuration options to therotating_file
handler - Added options
transport
,user
andpassword
forelasticsearch
handler