Product Documentation

c-treeACE V10.0 Update Guide

Previous Topic

Next Topic

Enhanced Logging of Dynamic Dump Status Messages

The c-treeACE configuration option SYSLOG DYNAMIC_DUMP_FILES configures the dynamic dump process to log the names of the files that it backs up to the SYSLOG file. With the addition of this option, c-treeACE supports the following options for logging the names of files backed up by a dynamic dump:

  • To log the names of backed up files to CTSTATUS.FCS only (Default):

    No options are needed in ctsrvr.cfg.

  • To log the names of backed up files to both CTSTATUS.FCS and SYSLOG:

    Specify SYSLOG CTSTATUS in ctsrvr.cfg.

  • To log the names of backed up files to SYSLOG only:

    Specify CTSTATUS_MASK DYNAMIC_DUMP_FILES and SYSLOG DYNAMIC_DUMP_FILES in ctsrvr.cfg.

  • To disable logging the names of backed up files:

    Specify CTSTATUS_MASK DYNAMIC_DUMP_FILES in ctsrvr.cfg.

The ctSETCFG() function can be used to turn the masking option on or off while the c-tree Server is operational.

Examples

To turn the option on:

ctSETCFG("CTSTATUS_MASK", "DYNAMIC_DUMP_FILES");

To turn the option off:

ctSETCFG("CTSTATUS_MASK", "~DYNAMIC_DUMP_FILES");

TOCIndex