Skip to content

Commit

Permalink
Remove unused logger settings
Browse files Browse the repository at this point in the history
  • Loading branch information
odan committed Jul 29, 2022
1 parent e0b31da commit 8f766ba
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions config/defaults.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,10 @@

// Logger settings
$settings['logger'] = [
'name' => 'app',
// Log file location
'path' => __DIR__ . '/../logs',
'filename' => 'app.log',
// Default log level
'level' => \Monolog\Logger::INFO,
'file_permission' => 0775,
];

// Database settings
Expand Down

0 comments on commit 8f766ba

Please sign in to comment.