console_trace

Sets trace options for output to stderr. The possible values are the same as for log_trace. However, console tracing is independent of log file tracing.

console_trace = traceOptions

If logfile is defined, you can stop console output by specifying:

console_trace=-DEFAULT
Note: Important error messages (and some other messages) are always output, overriding the trace settings.