nerdexam
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)
  • A
    14% (3)
  • B
    71% (15)
  • C
    5% (1)
  • D
    10% (2)

Topics

#error logging#log_errors#production error tracking#display_errors

Community Discussion

No community discussion yet for this question.

Full 200-710 Practice