Symfony only logging for dev environment while running in prod mode -
i using a paas provider (cloudcontrol) symfony app. works fine in general.
but funny thing: in app/logs directory, there dev.log. can explain wrong here?
(i surely didn't call app_dev.php, way not possible on reomte systems - if app_dev.php isn't configured elsewise.)
look web/app.php, should be:
//... $kernel = new appkernel('prod', false); //... you have new appkernel('dev', false);
Comments
Post a Comment