CC-4275: Enable debug mode where all Propel queries are displayed in raw SQL

-done
This commit is contained in:
Martin Konecny 2012-08-23 21:58:21 -04:00
parent d06fda0329
commit 628bb6de1f
2 changed files with 33 additions and 17 deletions

View file

@ -5,7 +5,7 @@ class Logging {
private static $_logger;
private static $_path;
private static function getLogger()
public static function getLogger()
{
if (!isset(self::$_logger)) {
$writer = new Zend_Log_Writer_Stream(self::$_path);