Allow pathnames like application.log e.g when you configure CFileLogRoute
Like this:
array("class" => "system.core.log.CFileLogRoute", "levels" => "trace, info", "categories"=>"info,system.*","logPath" => "application.log"),
Page 1 of 1
path names
#2
Posted 08 October 2008 - 04:30 PM
This was originally supported, but for consistency I removed it. The main reason is because you can easily do this with:
"logPath"=>Yii::getPathOfAlias('application.log'),
Share this topic:
Page 1 of 1

Help











