Well, I had the same problem, and, in fact, i did not wanted to have this 
debugger logger enabled even in my dev env.

So, to remove the debug logger you have to remove the "profiler" entry 
under the "framework" key in your desired sf env config.

That was what i did:

--- a/app/config/config_dev.yml
+++ b/app/config/config_dev.yml
@@ -3,7 +3,6 @@ imports:
 
 framework:
     router:   { resource: "%kernel.root_dir%/config/routing_dev.yml" }
-    profiler: { only_exceptions: false }
 


Em quarta-feira, 24 de agosto de 2011 11h45min54s UTC-3, Jordi Boggiano 
escreveu:
>
> On 23.08.2011 13:49, Oleg Stepura wrote:
> > So no solution to stop memory leaks?
>
> It's not a leak, it's just collecting data for the WebProfiler. Of
> course, data adds up, and memory usage keeps growing, but it's not
> leaking anything AFAIK.
>
> If you have cron jobs doing lots of stuff, and logging a ton, you may
> want to disable the WebProfiler. I assume you don't have it enabled in
> production mode, so try to make sure you run your console commands with
> --env=prod
>
> Cheers
>
> -- 
> Jordi Boggiano
> @seldaek - http://nelm.io/jordi
>
>

-- 
-- 
If you want to report a vulnerability issue on Symfony, please read the 
procedure on http://symfony.com/security

You received this message because you are subscribed to the Google
Groups "symfony developers" group.
To post to this group, send email to symfony-devs@googlegroups.com
To unsubscribe from this group, send email to
symfony-devs+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-devs?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Symfony developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to symfony-devs+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to