addLogger( \oat\oatbox\log\VerboseLoggerFactory::getInstance( empty($argv) ? ['-nc', '-vv'] // For no color visualization but showing the notices. : $argv ) ); $loggerService->addLogger( new \oat\oatbox\log\logger\TaoLog([ 'appenders' => [ [ 'class' => 'SingleFileAppender', 'threshold' => common_Logger::TRACE_LEVEL, 'file' => TAO_INSTALL_PATH . 'tao/install/log/install.log' ] ] ]) ); // Initializing the dependency container. $container = new \Pimple\Container( [ \oat\oatbox\log\LoggerService::SERVICE_ID => $loggerService, ] );