Membase Server stores its logs in an efficient, space-limited
binary format under /var/opt/membase/logs. A
Membase shell script
(/opt/membase/bin/browse_logs) will output
these logs in a human-readable text format.
To dump the most recent 100MB of logs as text, run the following command:
shell> /opt/membase/bin/browse_logs
You can redirect the output of this batch file to a text file that
you can save for later viewing or email to
Membase Technical
Support. The following example redirects output to a text
file named nslogs.txt.
shell> /opt/membase/bin/browse_logs > /tmp/nslogs.txt