Was this helpful?
VWLOG
Instead of creating an error log configuration file, you can configure X100 logging by specifying the VWLOG environment variable before Actian X is started.
The following results in INFO-level logging that is written to the file /tmp/vectorwise.log:
Linux:
export VWLOG="default=info:file,filename=/tmp/vectorwise.log,file=timestamp:showlevel:flush:pid"
Windows:
SET VWLOG="default=info:file,filename=C:\temp\vectorwise.log,file=timestamp:showlevel:flush:pid"
 
Last modified date: 04/03/2024