Difference between #2 and #3 of
Configuring Yii to run on both Windows and OSX

Revision #3 has been created by trond on Feb 25, 2014, 1:21:28 PM with the memo:

Removed unused code
« previous (#2) next (#4) »

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.
1 0
4 followers
Viewed: 12 597 times
Version: 1.1
Category: How-tos
Tags: config
Written by: trond
Last updated by: CeBe
Created on: Feb 13, 2014
Last updated: 10 years ago
Update Article

Revisions

View all history