I found resolution here http://laravel.io/forum/02-11-2014-howto-log-with-mongodb
Log::getMonolog()->pushProcessor(function ($record) {
$record['extra']['session_id'] = Cookie::get(Config::get('session.cookie'));
return $record;
});
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community