Changes
Title
unchanged
Configuring Yii to run on both Windows and OSX
Category
unchanged
How-tos
Yii version
unchanged
Tags
unchanged
config
Content
changed
[...]
'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.