-new logging class
-don't log errors to stdout -log all errors to /var/log/airtime/zendphp.log
This commit is contained in:
parent
bb5deda09d
commit
5204da4502
3 changed files with 122 additions and 4 deletions
|
@ -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')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue