Configuring Yii to run on both Windows and OSX

Comparing #2 with #4

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.