<!– Automatically generated by Pandoc –> ." Automatically generated by Pandoc 3.1.8 ." .TH “gemstash-debugging” “7” “October 28, 2015” “” “” .SH Debugging Gemstash
If you are finding Gemstash
isnt behaving as you would expect, you might want to start by looking at the server log. You can find the log at f[CR]server.logf[R] within your base directory. By default, this will be at f[CR][ti]/.gemstash/server.logf. .PP You might find it easier to view the log directly in your terminal. Gemstash
outputs its log directly to standard out: .IP .EX $ gemstash start .EE .PP You can also check the status of the server: .IP .EX $ gemstash status .EE .PP The server status is checked by passing through to pumactl (github.com/puma/puma#controlstatus-server). .PP If you find a bug, please dont hesitate to open a bug report (github.com/rubygems/gemstash#contributing)!