Issue with CProfileLogRoute

Hi people.

I’m just using the CProfileLogRoute to profile my application.

But the CProfileLogRoute don’t create the log at the end of the current page.

My code:


'log'=>array(

			'class'=>'CLogRouter',

			'routes'=>array(

                                array(

                                    'class' => 'CProfileLogRoute',

                                    'levels' => 'profile',

                                ),

			),

		),

Someone can show me my error?

Check that your "log" config is inside the "components" config

yeah, it is. thank’s mdomba.

But i’ve found the problem. Aparently, the CProfileLogRoute don’t works when the gzip is configured in “config”.