Server diagnostic tools allow the following trace information to be sent to either a file or standard output (the "destination"):
Tracing for the various 3DSpace kernel operations may be turned on and off using:
The directory that will hold the tracing file is defined via the MX_TRACE_FILE_PATH setting in the .ini file or startup script. At any time there is only one file (or output stream) used to receive the tracing output for all types of tracing. The trace settings are read in the following order, and the first one found establishes the output stream or filename for all of them:
For example, if a filename is specified for TRIGGER and SQL tracing, and if VERBOSE tracing is enabled without a filename, the output for all three kinds of tracing will go to stdout. Or, if SQL and MQL tracing are both set to a filename and no other trace variables are set, the output for both will go to the file specified for SQL trace. The sections that follow describe how to configure tracing using environment variables as well as the output format for tracing. Refer to the MQL Concepts or the Programming Guide for information on using tracing from MQL or the Studio Customization Toolkit. |