Deprecated without any notice #39856
-
I don't understand much about this pr, we don't deprecate conversions to exceptions at this point, for the user I never know what method, function I'm using is deprecated until one day they become real errors. We should expose deprecation notifications in the testing, local environment to find out the existence of the problem at development time without affecting the production environment, giving us more time to deal with it. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
If you would like to log these deprecation warnings, you may specify your preferred deprecations log channel in your application's |
Beta Was this translation helpful? Give feedback.
If you would like to log these deprecation warnings, you may specify your preferred deprecations log channel in your application's
config/logging.php
configuration file: laravel.com/docs/8.x/logging#logging-deprecation-warnings.