main-local.php 255 Bytes
Newer Older
1 2
<?php
return array(
3 4 5 6 7 8 9 10 11
	'modules' => array(
//		'debug' => array(
//			'class' => 'yii\debug\Module',
//		),
	),
	'components' => array(
		'log' => array(
			'targets' => array(
//				array(
Qiang Xue committed
12
//					'class' => 'yii\log\DebugTarget',
13 14 15 16
//				)
			),
		),
	),
17
);