Skip to content

Commit

Permalink
Update console.php
Browse files Browse the repository at this point in the history
  • Loading branch information
skeeks-semenov authored Sep 19, 2020
1 parent 2715696 commit f72867d
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions src/config/console.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,4 @@
'@webroot' => '@frontend/web',
'@web' => '',
],

'components' => [
'log' => [
'targets' => [
[
'class' => 'yii\log\FileTarget',
'levels' => ['error', 'warning'],
],
],
],
],
];
];

0 comments on commit f72867d

Please sign in to comment.