I'm using thin web server for my sinatra application. Some times it generate 504 gateway time out.

Where I can see the access and error logs of thin?

link|improve this question
feedback

1 Answer

Have a look at thin -h. By the default, it located at log/thin.log.

link|improve this answer
log/thin.log does not have access and error logs. It logs only the things we give in the program. Is there any access/error log file like apache2 and nginx has? – Sayuj Jul 7 '11 at 10:52
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.