Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Symfony Server Log Level / more verbose?

when I start the symfony server like this:

php app/console server:run --docroot=www

every error is logged into the dev.log. But I want it instead to be shown on the console. I think that this must be possible, but I don't find it in the documentation..

like image 381
Klaus Breyer Avatar asked Jan 06 '16 14:01

Klaus Breyer


1 Answers

php app/console server:run -vvv it was!

like image 139
Klaus Breyer Avatar answered Oct 21 '22 16:10

Klaus Breyer