Skip to content

Commit

Permalink
docs: add previous error_reporting() as comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Nov 20, 2023
1 parent 010835a commit b6ab73f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/Config/Boot/production.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
| If you set 'display_errors' to '1', CI4's detailed error report will show.
*/
error_reporting(-1);
// If you want to suppress some types of errors.
// error_reporting(E_ALL & ~E_NOTICE & ~E_DEPRECATED & ~E_STRICT & ~E_USER_NOTICE & ~E_USER_DEPRECATED);
ini_set('display_errors', '0');

/*
Expand Down

0 comments on commit b6ab73f

Please sign in to comment.