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

Popular posts from this blog

assembly - 8086 TASM: Illegal Indexing Mode -

Java, LWJGL, OpenGL 1.1, decoding BufferedImage to Bytebuffer and binding to OpenGL across classes -

javascript - addthis share facebook and google+ url -