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:
No options are needed in ctsrvr.cfg.
Specify SYSLOG CTSTATUS in ctsrvr.cfg.
Specify CTSTATUS_MASK DYNAMIC_DUMP_FILES and SYSLOG DYNAMIC_DUMP_FILES in ctsrvr.cfg.
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");