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.
This example sends a trace message to the console when a TIBCO Rendezvous advisory message arrives.
console_trace=RVADV
Copyright © 2021. Cloud Software Group, Inc. All Rights Reserved.