logstderr

Data Type

Boolean

Description

The logstderr variable specifies whether error output from the current task request is logged to the I/O log. The default value is true.

Syntax

logstderr = boolean;

Valid Values

true Log task error information from stderr. This value is the default.
false Do not log task error information from stderr.
logstderr = true;

For more information, please see logstderrlimit.