in reply to Re^2: Profiling BerkeleyDB?
in thread Profiling BerkeleyDB?
$ 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.
|
|---|