You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Having the same issue, this prevents us from upgrading to Laravel 10, which calls $app['log']->flushSharedContext(); within QueueServiceProvider::registerWorker()
When running in tests something like:
i got:
it seems related to this feature: laravel/framework@864ef6a
As workaround i added this to
TiMacDonald\Log\LogFake
:The text was updated successfully, but these errors were encountered: