Guest User

Untitled

a guest
Jul 22nd, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. 'log'=>array(
  2. 'class'=>'CLogRouter',
  3. 'routes'=>array(
  4. array(
  5. 'class'=>'CFileLogRoute',
  6. 'levels'=>'error, warning'
  7. ),
  8. array(
  9. 'class' => 'CWebLogRoute'
  10. )
  11. )
  12. ),
Add Comment
Please, Sign In to add comment