Skip to content

Commit

Permalink
temp hide depr warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickakk committed Jan 29, 2024
1 parent a07bd53 commit f70ef5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@
* breathing room to complete logging or error handling.
*/
'Error' => [
'errorLevel' => E_ALL,
'errorLevel' => E_ALL & ~E_USER_DEPRECATED,
'exceptionRenderer' => 'Cake\Error\ExceptionRenderer',
'skipLog' => [],
'log' => true,
Expand Down

0 comments on commit f70ef5d

Please sign in to comment.