-new logging class

-don't log errors to stdout
-log all errors to /var/log/airtime/zendphp.log
This commit is contained in:
Martin Konecny 2012-05-05 22:28:52 -04:00
parent bb5deda09d
commit 5204da4502
3 changed files with 122 additions and 4 deletions

View file

@ -1,8 +1,8 @@
<?php
//error_reporting(E_ALL|E_STRICT);
error_reporting(E_ALL);
ini_set('display_errors', 'on');
//error_reporting(E_ALL);
//ini_set('display_errors', 'on');
// Define path to application directory
defined('APPLICATION_PATH')