in reply to Re: Profiling BerkeleyDB?
in thread Profiling BerkeleyDB?

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!

Replies are listed 'Best First'.
Re^3: Profiling BerkeleyDB?
by Anonymous Monk on Nov 05, 2006 at 09:53 UTC
    Hmm
    $ 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.