7. Configuring and Managing VectorH : Error Reporting--vectorwise.log : Changing Error Log Configuration Settings Dynamically
 
Share this page                  
Changing Error Log Configuration Settings Dynamically
Error logging configuration can be changed dynamically, for example, if you want to increase the logging level while debugging a process. The VWLOG_RELOAD system call loads a specific Vector error log configuration file, whose rules are used for all subsequent log events. Restarting Vector is not necessary.
For example, the following statement tells Vector to immediately start using the specified log configuration file:
CALL VECTORWISE(VWLOG_RELOAD '''C:\\Program Files\\Actian\\VectorVW\\ingres\\files\\vwlog.conf''');
For more information, see VWLOG_RELOAD in the SQL Language Guide.