CC-4275: Enable debug mode where all Propel queries are displayed in raw SQL
-done
This commit is contained in:
parent
d06fda0329
commit
628bb6de1f
2 changed files with 33 additions and 17 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue