4mgemstash-debugging24m(7) 4mgemstash-debugging24m(7)
<!– Automatically generated by Pandoc –>
1mDebugging Gemstash0m
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. Gemstash outputs its log directly to standard out: $ gemstash start You can also check the status of the server: $ gemstash status The server status is checked by passing through to pumactl (https://github.com/puma/puma#controlstatus-server). If you find a bug, please don't hesitate to open a bug report (https://github.com/rubygems/gemstash#contributing)! October 28, 2015 4mgemstash-debugging24m(7)