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

Need good default error reporting settings #27

@tdmalone

Description

@tdmalone

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions