From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-2.9 required=3.0 tests=ALL_TRUSTED,AWL,BAYES_00, URIBL_BLOCKED shortcircuit=no autolearn=unavailable version=3.3.2 X-Original-To: unicorn-public@bogomips.org Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 205B81FB0B; Fri, 24 Oct 2014 20:58:25 +0000 (UTC) Date: Fri, 24 Oct 2014 20:58:24 +0000 From: Eric Wong To: Imdad Cc: unicorn-public Subject: Re: Having issue with Unicorn Message-ID: <20141024205824.GA5475@dcvr.yhbt.net> References: <20141024191328.GA6584@dcvr.yhbt.net> <20141024194153.GA1670@dcvr.yhbt.net> <20141024200649.GA2955@dcvr.yhbt.net> <20141024201758.GA19702@dcvr.yhbt.net> <20141024204025.GA4872@dcvr.yhbt.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: List-Id: Imdad wrote: > My app logs (shared/log/production.log) and /var/log/nginx/error.log both > are empty I'm not up-to-date on Rails logging these days (see Rails docs if nobody else answers), but for nginx, you can use this to increase verbosity: error_log /path/to/nginx/error.log debug ref: http://nginx.org/en/docs/ngx_core_module.html#error_log In unicorn, you can also bypass nginx for debugging purposes by setting up another listener on any port you want: listen 12345