I have read through the BerkeleyDB documentation, but couldn't find this logging option. Can you tell me how to do it? It might be the solution I need.
Thanks!
$ perldoc BerkeleyDB |grep -i log
If you don't intend using transactions, locking or logging, then y
+ou
DB_DATA_DIR, DB_LOG_DIR and DB_TMP_DIR
DB_LOG_DIR => "/home/logs",
by Berkeley DB will be logged to this file. A useful debug se
+tting
DB_INIT_LOG
Initialise the Logging sub-system.