Releases: consilience/laravel-extended-logging
Releases · consilience/laravel-extended-logging
Fix ResettableInterface interface use
Monolog 3.x interface changes
Dependencies now:
- Laravel 10
- PHP 8.1
- Monolog 3
Laravel 10 support
Update composer.json Laravel 10
Laravel 9 support
No changes, except to composer.json
.
I've not tried Laravel 9.x myself, but report any issues here.
Fix for issue #5
Issue #5 support config caching.
Config uses class name strings, but is backwards compatible with old instantiated object format.
Move processors list to config file
Released on a minor version as the config file will need to be re-published to include the new settings if you want to change the processors. However, it should continue to work as before by merging the config data at run-time.
Laravel 8 support
For issue #1
Small tweak for Lumen
Handles exceptions thrown early in the boot process, because the auth provider is initialised.
Remove some debug lines
1.1.1 Removed a few debug lines that got left behind
Support laravel 7.x
Two changes:
- Support Laravel 7.x
- Support formatting JSON with the "pretty print" format for easier debugging
A new config file has been introduced for the second change, so it can be disabled in production and enabled in other environments.