Skip to content
This repository has been archived by the owner on Jul 11, 2022. It is now read-only.

Latest commit

 

History

History
17 lines (10 loc) · 858 Bytes

gemstash-debugging.7.md

File metadata and controls

17 lines (10 loc) · 858 Bytes

Debugging Gemstash

If you are finding Gemstash isn't behaving as you would expect, you might want to start by looking at the server log. You can find the log at server.log within your base directory. By default, this will be at ~/.gemstash/server.log.

You might find it easier to view the log directly in your terminal. If you run Gemstash in non-daemonized form, the log will be output directly to standard out:

$ gemstash start --no-daemonize

You can also check the status of the server:

$ gemstash status

The server status is checked by passing through to pumactl.

If you find a bug, please don't hesitate to open a bug report!