Contextual Info

use Illuminate\Support\Facades\Log;
Log::info('User failed to login.', ['id' => $user->id]);
Comments