yiiconfig.php 196 B

1234
  1. <?php
  2. defined('YII_DEBUG') or define('YII_DEBUG', false);
  3. // specify how many levels of call stack should be shown in each log message
  4. defined('YII_TRACE_LEVEL') or define('YII_TRACE_LEVEL',5);