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 ignored.


Am 02.02.2010 um 00:26 schrieb Darren884:

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:   7
 history:  10
 purge:    on

--
You received this message because you are subscribed to the Google Groups "symfony users" group.
To post to this group, send email to symfony-us...@googlegroups.com.
To unsubscribe from this group, send email to symfony-users+unsubscr...@googlegroups.com . For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en .


--
You received this message because you are subscribed to the Google Groups "symfony 
users" group.
To post to this group, send email to symfony-us...@googlegroups.com.
To unsubscribe from this group, send email to 
symfony-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en.

Reply via email to