CC-5651: Unit Test the Scheduler
Add logging class to bootstrap
This commit is contained in:
parent
c04d8714bb
commit
2076b3c069
|
@ -32,6 +32,9 @@ set_include_path(implode(PATH_SEPARATOR, array(
|
|||
realpath(APPLICATION_PATH . '/../../install_minimal/include')
|
||||
)));
|
||||
|
||||
require_once (APPLICATION_PATH."/logging/Logging.php");
|
||||
Logging::setLogPath('/var/log/airtime/zendphp.log');
|
||||
|
||||
set_include_path(APPLICATION_PATH . '/common' . PATH_SEPARATOR . get_include_path());
|
||||
|
||||
//Propel classes.
|
||||
|
|
Loading…
Reference in New Issue