File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 208208 This determines whether errors should be printed to the screen
209209 as part of the output or if they should be hidden from the user.
210210 </para >
211+ <para >
212+ Possible Values:
213+ </para >
214+ <itemizedlist >
215+ <listitem >
216+ Off = Do not display any errors
217+ </listitem >
218+ <listitem >
219+ stderr = Display errors to <literal >STDERR</literal > (affects only CGI/CLI binaries!)
220+ </listitem >
221+ <listitem >
222+ On or stdout = Display errors to <literal >STDOUT</literal >
223+ </listitem >
224+ <listitem >
225+ Default Value: On
226+ </listitem >
227+ <listitem >
228+ Development Value: On
229+ </listitem >
230+ <listitem >
231+ Production Value: Off
232+ </listitem >
233+ </itemizedlist >
211234 <para >
212235 Value <literal >"stderr"</literal > sends the errors to <literal >stderr</literal >
213236 instead of <literal >stdout</literal >.
You can’t perform that action at this time.
0 commit comments