Skip to content

Commit

Permalink
Dev: Remove debug logger (add it to local config.php file instead if …
Browse files Browse the repository at this point in the history
…you want to use Yii::log for dev purpose)
  • Loading branch information
olleharstedt committed Sep 16, 2016
1 parent b6e2b35 commit 385adff
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions application/config/internal.php
Expand Up @@ -132,12 +132,6 @@
'profile' => array(
'class' => 'CProfileLogRoute'
),
'debug' => array(
'class' => 'CFileLogRoute',
'levels' => 'trace, info, error, warning',
'logFile' => 'debug.log',
'categories' => 'debug.*'
)
)
),
'cache'=>array(
Expand Down

1 comment on commit 385adff

@Shnoulle
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.