Search:

Search all manuals
Search this manual
Manual
Membase Manual 1.7
Additional Resources
Community Wiki
Community Forums
Couchbase SDKs
Parent Section
4.8 Troubleshooting
Chapter Sections
Chapters

4.8.3. Linux Logs

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