MariaJBurk wrote a reply+100 XP
2h ago
Unable to disable deprecations logging
Hello! This usually happens when Laravel can’t resolve the deprecations log channel. Make sure you either define a deprecations channel in config/logging.php (e.g. using NullHandler if you want to fully disable it), or clear config cache after changing LOG_DEPRECATIONS_CHANNEL. Setting it to null alone often isn’t enough if the channel isn’t properly defined.