Was this helpful?
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 X100 error log configuration file, whose rules are used for all subsequent log events. Restarting Ingres is not necessary.
For example, the following statement tells Ingres to immediately start using the specified log configuration file:
CALL X100(VWLOG_RELOAD '''C:\\Program Files\\Actian\\IngresII\\ingres\\files\\vwlog.conf''');
For more information, see VWLOG_RELOAD in the SQL Language Guide.
Last modified date: 01/30/2023