- Add a
timezoneconfig option to set the timezone used for the timestamp of log records - Add
GoogleCloudLoggingFormatterasmonolog.formatter.googleto services - Add
expand_newlinesoption to theerror_loghandler
- Fix
TaggedIteratorArgumentdeprecation warning when usingsymfony/dependency-injection8.1 - Import
Extensionfrom theDependencyInjectioncomponent rather thanHttpKernel - Add missing target to named autowiring alias
- Add info to the
monolog.channelsconfig
- Fix
rollbarhandler to useRollbarLogger - Fix
monolog.processorattributes to use consecutive keys
- Add support for Symfony 8.0
- Drop support for PHP < 8.2
- Drop support for Symfony < 7.3
- Drop support for Monolog < 3.5
- Remove abstract
monolog.activation_strategy.not_foundandmonolog.handler.fingers_crossed.error_level_activation_strategyservice definitions - Remove
excluded_404soption, useexcluded_http_codesinstead - Remove
console_formater_optionsoption, useconsole_formatter_optionsinstead - Remove
elasticsearchtype, useelasticaorelastic_searchinstead - Remove
mongotype, usemongodbinstead - Remove
sentryandraventypes, use aservicetype withsentry/sentry-symfonyinstead - Remove
DebugHandlerPass - Remove support for the
DebugHandler
- Add missing target to named autowiring alias
- Fix
rollbarhandler to useRollbarLoggerwith Monolog 2+ - Fix
monolog.processorattributes to use consecutive keys
- Reorganize files to match the "Reusable Bundles" structure
- Migrate services configuration to PHP
- Add
console.interactive_onlyflag - Add
slack.exclude_fieldsandslackwebhook.exclude_fieldsconfiguration - Add a processor to all loggers only when tags do not specify a channel or handler
- Deprecate abstract
monolog.activation_strategy.not_foundandmonolog.handler.fingers_crossed.error_level_activation_strategyservice definitions - Drop support for PHP < 8.1
- Drop support for Symfony < 6.4
- Add TelegramBotHandler
topicsupport - Deprecate
sentryandravenhandler, use aservicehandler withsentry/sentry-symfonyinstead - Add configuration for Gelf encoders
- Fix
hostconfiguration forelastic_searchhandler - Add
hostsconfiguration forelasticahandler - Add
enabledoption tohandlersconfiguration - Add
priorityfield toprocessortag - Add
mongodbhandler and deprecatemongo - Add
monolog.formatter.syslogservice definition to format RFC5424-compliant messages
- Add configuration support for SamplingHandler
- Add support for the
WithMonologChannelattribute of Monolog 3.5.0 to autoconfigure themonolog.loggertag - Add support for Symfony 7
- Remove support for Symfony 4
- Mark classes as internal when relevant
- Add support for env placeholders in the
leveloption of handlers
- Deprecated ambiguous
elasticsearchtype, useelasticainstead - Added support for Monolog 3.0 (requires symfony/monolog-bridge 6.1)
- Added support for
AsMonologProcessorto autoconfigure processors - Added support for
FallbackGroupHandler - Added support for
ElasticsearchHandleraselastic_searchtype - Added support for
ElasticaHandleraselasticatype - Added support for
TelegramBotHandlerastelegram - Added
fill_extra_contextflag forsentryhandlers - Added support for configuring PsrLogMessageProcessor (
date_formatandremove_used_context_fields) - Fixed issue on Windows + PHP 8, workaround for php/php-src#8315
- Fixed MongoDBHandler support when no client id is provided
- Indicate compatibility with Symfony 6
- Use
ActivationStrategyinstead ofactionLevelwhen available - Register resettable processors (
ResettableInterface) for autoconfiguration (tag:kernel.reset) - Drop support for Symfony 3.4
- Drop support for PHP < 7.1
- Fix call to undefined method pushProcessor on handler that does not implement ProcessableHandlerInterface
- Use "use_locking" option with rotating file handler
- Add ability to specify custom Sentry hub service
- Added support for Symfony Mailer
- Added support for setting log levels from parameters or environment variables
- Added support for Monolog 2.0
- Added
sentrytype to use sentry 2.0 client - Added
insightopshandler - Added possibility for auto-wire monolog channel according to the type-hinted aliases, introduced in the Symfony 4.2
- Deprecate "excluded_404s" option
- Flush loggers on
kernel.reset - Register processors (
ProcessorInterface) for autoconfiguration (tag:monolog.processor) - Expose configuration for the
ConsoleHandler - Fixed psr-3 processing being applied to all handlers, only leaf ones are now processing
- Fixed regression when
appchannel is defined explicitly - Fixed handlers marked as nested not being ignored properly from the stack
- Added support for Redis configuration
- Drop support for Symfony <3
- Fixed compatibility with Symfony 4.2
- Fixed the autowiring of the channel logger in autoconfigured services
- Added timeouts to the pushover, hipchat, slack handlers
- Dropped support for PHP 5.3, 5.4, and HHVM
- Added configuration for HttpCodeActivationStrategy
- Deprecated "excluded_404s" option for Symfony >= 3.4
- Removed randomness from the container build
- Fixed support for the
monolog.loggertag 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
- fix invalid usage of count()
- added support for Symfony 4
- 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_teaminstead ofteamto be configured
- Fixed deprecation notices when using Symfony 3.3+ and PHP7+
- 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)
- Removed obsolete code (DebugHandlerPass)
- Removed class parameters for the container configuration
- Bumped minimum version of supported Symfony version to 2.7
- Removed
NotFoundActivationStrategy(the bundle now uses the class from MonologBridge)