logcategory
The log categories to use.
If the logfile is defined, these messages will be sent to the defined logfile. The categories of log messages are:
Level | Description |
---|---|
none | Do not log any messages |
ddl | Log DDL messages |
all | Log all categories |
replicate | Log replication messages |
- Note
- The category names above are case-insensitive. "NONE" is the same as "none" or "None".
- Default Value
- If the
logcategory
option is not defined, the default value ofnone
is used.
- Example
-
logcategory=none
- See also
- logfile
- logerrlevel
- logfilelevel
- TFS Instantiation Options
This option can only be set after the TFS is allocated and before it is initialized. Some of the functions that can be used to set this option are listed below:
If therdm-tfs
utility is being used to instantiate a TFS, command line options are used to set options affecting TFS startup.