Zend
200-710 · Question #29
How should you track errors on your production website?
The correct answer is B. Enabling log_errors. See the full explanation below for the reasoning.
Error Handling
Question
How should you track errors on your production website?
Options
- AEnabling display_errors
- BEnabling log_errors
- CHaving a site-wide exception handler
- DSetting error_reporting to E_ALL & ~E_NOTICE
How the community answered
(21 responses)- A14% (3)
- B71% (15)
- C5% (1)
- D10% (2)
Topics
#error logging#log_errors#production error tracking#display_errors
Community Discussion
No community discussion yet for this question.