laravel 5.2 cannot print log on stdout laravel 5.2 cannot print log on stdout kubernetes kubernetes

laravel 5.2 cannot print log on stdout


by the way, Laravel 5.2 has a built-in logger:

Log::info($YOUR_VARIABLE); (or \Log::info($YOUR_VARIABLE);)

read the documentation carefully: https://laravel.com/docs/5.2/errors#introduction