colorSpec.stoponerror
If the this option is TRUE
(the default),
a log event with level ERROR
stops execution;
otherwise, execution keeps going.
For interactive use, TRUE
is probably better.
For long batch jobs, FALSE
might be appropriate,
since then a single error may not force a complete repeat.
A FATAL
event always stops execution.
For examples on changing this option, see cs.options
.