@@ -116,7 +116,7 @@ class Mq
}
} catch (\Exception $e) {
// push to issues
- Log::error('mq worker exception', $e);
+ Log::error('mq worker exception', ['exception'=>$e] );
$channelName = 'issues';
$channelIssues = $connection->channel();
$channelIssues->queue_declare($channelName, false, true, false, false);