4

I'm using thin and launch it through rails server thin. (If I launch thin separately I have 2 logs (rails and thin log) and no stacktraces in some cases.) If I try to launch it with the option -S /var/tmp/thin/thin.sock rails server complains that it's not a valid option.

m33lky
  • 7,055
  • 9
  • 41
  • 48

1 Answers1

0

try switching to thin command:

thin -S=/var/tmp/thin/thin.sock
Kodak
  • 1,779
  • 2
  • 18
  • 29