VORTEX_HOST_LOGOPTS
WTSupported in traditional Synergy on Windows
|
WNSupported in Synergy .NET on Windows
|
USupported on UNIX
|
VSupported on OpenVMS
|
The VORTEX_HOST_LOGOPTS environment variable specifies options for the file determined by VORTEX_HOST_LOGFILE.
Value
One or more of the following, separated by a plus sign (+):
Append logging information to existing file.
Log only statements with errors.
Perform full logging. If your program opens multiple database channels concurrently, MULTI must also be set (or you’ll get an error).
Create a separate file for each channel when using multiple database channels. Set automatically when running vtxnetd on Windows.
Set an option that enables Synergy/DE Developer Support to play back an operation.
Log data for support.
Create a file that contains SQL commands. Specify the filename (minus extension) and path (optional) with VORTEX_HOST_LOGFILE. The extension is .sql.
Log execution time for statements.
Discussion
Vortex host logging applies only to a client/server configuration.
Use the VORTEX_HOST_LOGFILE environment variable to specify the name and location of the log file that is generated. If you set VORTEX_HOST_LOGFILE without setting VORTEX_HOST_LOGOPTS, the log file includes a list of all operations along with a total count for each operation.
Once you have successfully logged the error, turn logging off by unsetting the VORTEX_HOST_LOGFILE and VORTEX_HOST_LOGOPTS environment variables (and reboot if necessary). Logging slows performance, and the log files can quickly fill your disk.
Setting location
The server, as follows:
- On Windows, the opennet.srv file before starting vtxnet2 or vtxnetd.
- On UNIX, the environment before starting vtxnetd.
- On OpenVMS, the system-wide environment before starting the server program.
Used by
xfODBC, SQL Connection
See also
- VORTEX_HOST_LOGFILE environment variable
- Vortex host logging
- vtxnetd and vtxnet2 programs
- SQL Connection troubleshooting and error logging
Examples
To record a full operation log and CPU time,
VORTEX_HOST_LOGOPTS=FULL+TIME