You should have a look at this doc page:
http://www.symfony-project.org/book/1_0/19-Mastering-Symfony-s-Configuration-Files#Symfony%20Settings
The logging in production environment has to be enabled via the
"logging_enabled" flag in the settings.yml first. Otherwise the
logging.yml will be ig
I am having a hard time finding why I can access an admin module
through the development controller but not the normal controller. I
set all logging to On but there is still no logging! What am I doing
wrong? Here is my logging.yml file:
all:
enabled: on
level:err
rotate: off
period