Comparing
#2 with
#3
Revision #3 was created by
trond on Feb 25, 2014, 1:21:28 PM.
Removed unused code
Content
[...]
'enableParamLogging' => true,
'username' => 'me',
'password' => 'supersecret',
'charset' => 'utf8',
),
/*
'log' => array(
'class' => 'CLogRouter',
'routes' => array(
array(
'class' => 'CFileLogRoute',
'levels' => 'error, warning',
),
// uncomment the following to show log messages on web pages
array('class'=>'CWebLogRoute',),
),
),
*/
),
)
);
```
Enjoy.