Restored propel debug (was commented out)

This commit is contained in:
Franck Allimant
2014-01-25 02:39:53 +01:00
parent c2b310fd73
commit 099e5d68e5

View File

@@ -87,7 +87,7 @@ class Thelia extends Kernel
$con->setAttribute(ConnectionWrapper::PROPEL_ATTR_CACHE_PREPARES, true);
if ($this->isDebug()) {
$serviceContainer->setLogger('defaultLogger', \Thelia\Log\Tlog::getInstance());
//$con->useDebug(true);
$con->useDebug(true);
}
}