Skip to content

Commit

Permalink
Dev: removed forced CWebLogRoute from internal for RC
Browse files Browse the repository at this point in the history
  • Loading branch information
Shnoulle committed May 7, 2015
1 parent a1a100e commit 6731093
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions application/config/internal.php
Expand Up @@ -64,16 +64,10 @@
'log' => array(
'class' => 'CLogRouter',
'routes' => array(
'CWebLogRoute' => array( // Use an associative array allow update in config
'vardump' => [
'class' => 'CWebLogRoute',
),
'trace' => array(
'class' => 'CWebLogRoute', // you can include more levels separated by commas... trace is shown on debug only
'levels' => 'trace', // you can include more separated by commas
'categories' => 'vardump', // show in firebug/console
'showInFireBug' => true,
'enabled' => defined('YII_DEBUG') && YII_DEBUG
),
'categories' => 'vardump', // tracevar function
],
'profile' => [
'class' => 'CProfileLogRoute'
]
Expand Down

0 comments on commit 6731093

Please sign in to comment.