README.txt 803 B

1234567891011121314151617181920
  1. Error Log
  2. =========
  3. Once Drupal 7 bootstraps, it stops sending errors to PHP's error log — which
  4. could be the web server error log, syslog, or stderr on the command line.
  5. Error Log module adds the PHP error log as a Drupal watchdog implementation,
  6. so errors will once again appear in the same log or console that they appeared
  7. in before Drupal bootstrapped.
  8. Drush provides its own console logger. Error Log module is therefore not active
  9. in the Drush environment, unless the error_log configuration directive has been
  10. set.
  11. In the future we may add features such as log format configuration, etc.
  12. However, if you need more features, you are encouraged to try Monolog:
  13. https://www.drupal.org/project/monolog
  14. Please file bug reports and feature requests at:
  15. https://www.drupal.org/project/error_log