Last updated 2 years ago
By default, all logs will be thrown out.
You can disable this in config/laradumps.php.
config/laradumps.php
Log::info('Your message', ['0' => 'Your Context']); Log::error('Your message', ['0' => 'Your Context']); // Log ...