Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 'log'=>array(
- 'class'=>'CLogRouter',
- 'routes'=>array(/**
- array(
- 'class'=>'CFileLogRoute',
- 'levels'=>'error, warning',
- ),
- ),),**/
- // uncomment the following to show log messages on web pages
- array(
- 'class'=>'CProfileLogRoute',
- 'enabled'=> YII_DEBUG,
- 'showInFireBug'=>true,
- ),
- array(
- 'class'=>'CWebLogRoute',
- 'enabled'=> YII_DEBUG,
- 'showInFireBug'=>true,
- ),
- ),
- ),
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement