diff --git a/src/Illuminate/Queue/QueueServiceProvider.php b/src/Illuminate/Queue/QueueServiceProvider.php index 2bcd16c2ff1f..478352ae7e76 100755 --- a/src/Illuminate/Queue/QueueServiceProvider.php +++ b/src/Illuminate/Queue/QueueServiceProvider.php @@ -198,6 +198,8 @@ protected function registerWorker() }; $resetScope = function () use ($app) { + $app['log']->flushSharedContext(); + if (method_exists($app['log'], 'withoutContext')) { $app['log']->withoutContext(); }