Author: fabien
Date: 2010-01-19 11:14:08 +0100 (Tue, 19 Jan 2010)
New Revision: 26867
Modified:
branches/1.3/lib/config/config/factories.yml
branches/1.4/lib/config/config/factories.yml
Log:
[1.3, 1.4] turned off xdebug_logging by default as it can make the dev env very
very slow (closes #8085)
Modified: branches/1.3/lib/config/config/factories.yml
===================================================================
--- branches/1.3/lib/config/config/factories.yml 2010-01-19 10:04:07 UTC
(rev 26866)
+++ branches/1.3/lib/config/config/factories.yml 2010-01-19 10:14:08 UTC
(rev 26867)
@@ -90,7 +90,7 @@
param:
level: debug
condition: %SF_WEB_DEBUG%
- xdebug_logging: true
+ xdebug_logging: false
web_debug_class: sfWebDebug
sf_file_debug:
class: sfFileLogger
Modified: branches/1.4/lib/config/config/factories.yml
===================================================================
--- branches/1.4/lib/config/config/factories.yml 2010-01-19 10:04:07 UTC
(rev 26866)
+++ branches/1.4/lib/config/config/factories.yml 2010-01-19 10:14:08 UTC
(rev 26867)
@@ -90,7 +90,7 @@
param:
level: debug
condition: %SF_WEB_DEBUG%
- xdebug_logging: true
+ xdebug_logging: false
web_debug_class: sfWebDebug
sf_file_debug:
class: sfFileLogger
--
You received this message because you are subscribed to the Google Groups
"symfony SVN" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/symfony-svn?hl=en.