Laravel: Is it possible to log stack trace when exception caught, and continue the execution?
问题 Laravel has readable log and stacktrace when exception caught, for example: production.ERROR: Command "test" is not defined. Did you mean this? make:test {"exception":"[object] (Symfony\\Component\\Console\\Exception\\CommandNotFoundException(code: 0): Command \"test\" is not defined. Did you mean this? make:test at {root}/vendor/symfony/console/Application.php:618) [stacktrace] #0 {root}/vendor/symfony/console/Application.php(229): Symfony\\Component\\Console\\Application->find('test') #1