Skip to content
This repository has been archived by the owner on Dec 10, 2022. It is now read-only.

Need good default error reporting settings #27

Open
tdmalone opened this issue Jun 11, 2017 · 1 comment
Open

Need good default error reporting settings #27

tdmalone opened this issue Jun 11, 2017 · 1 comment

Comments

@tdmalone
Copy link
Owner

Need to ensure that all possible errors, warnings and notices that PHP reports are effectively set to go somewhere the administrator will see them.

  • On Heroku, Papertrail works well for this, but we need to ensure the config is correct so every error goes there by default.
  • On Docker, we need to ensure we're setting up the right settings and have somewhere to send the data. Maybe just to the error_log file will be fine? (although if not mounting the local file system over /var/www/html its possible it won't ever be seen)

Then we can also remove the ini_set()'s from init.php.

@tdmalone tdmalone assigned tdmalone and unassigned tdmalone Jun 11, 2017
@tdmalone
Copy link
Owner Author

Heroku errors should be fixed now by 9f428bb#diff-e9fa0d13b445ed0246ee0003db4374d6 - ini_set was redirecting them, ha!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant