set_verbose
Enables/disables specific additional informational and debugging messages in the Berkeley DB message output.
The syntax of the entry in the DB_CONFIG file is a single line with the string set_verbose, one or more whitespace characters, the method flag parameter as a string, optionally one or more whitespace characters and the string on or off. If the optional string is omitted, the default is on.
For example:
set_verbose DB_VERB_RECOVERYor
set_verbose DB_VERB_RECOVERY onEnables display of additional information when performing recovery.
The method flag parameters are as follows:
- DB_VERB_DEADLOCK
- DB_VERB_FILEOPS
- DB_VERB_FILEOPS_ALL
- DB_VERB_RECOVERY
- DB_VERB_REGISTER
- DB_VERB_REPLICATION
- DB_VERB_REP_ELECT
- DB_VERB_REP_LEASE
- DB_VERB_REP_MISC
- DB_VERB_REP_MSGS
- DB_VERB_REP_SYNC
- DB_VERB_REP_SYSTEM
- DB_VERB_REPMGR_CONNFAIL
- DB_VERB_REPMGR_MISC
- DB_VERB_WAITSFOR
For more information, see DB_ENV->set_verbose().