Skip to content

Commit

Permalink
Use "verbose" as new default value for error level in dev
Browse files Browse the repository at this point in the history
  • Loading branch information
back-2-95 committed Nov 24, 2023
1 parent 5d44278 commit b2e5716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Defaults.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class Defaults
public function __construct(string $app_env)
{
$this->config['system.logging']['error_level'] = match ($app_env) {
'dev' => 'all',
'dev' => 'verbose',
default => 'hide',
};

Expand Down

0 comments on commit b2e5716

Please sign in to comment.