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: AS33070 50.56.128.0/17 X-Spam-Status: No, score=0.0 required=5.0 tests=FREEMAIL_FROM,T_DKIM_INVALID shortcircuit=no autolearn=unavailable version=3.3.2 X-Original-To: archivist@yhbt.net Delivered-To: archivist@dcvr.yhbt.net Received: from rubyforge.org (50-56-192-79.static.cloud-ips.com [50.56.192.79]) by dcvr.yhbt.net (Postfix) with ESMTP id 15AD01F73F for ; Fri, 24 Feb 2012 19:55:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by rubyforge.org (Postfix) with ESMTP id 80E18262777; Fri, 24 Feb 2012 19:55:28 +0000 (UTC) X-Original-To: mongrel-unicorn@rubyforge.org Delivered-To: mongrel-unicorn@rubyforge.org X-Greylist: delayed 357 seconds by postgrey-1.31 at rubyforge; Fri, 24 Feb 2012 19:32:25 UTC Received: from mail-pz0-f50.google.com (mail-pz0-f50.google.com [209.85.210.50]) by rubyforge.org (Postfix) with ESMTP id 3B52E262777 for ; Fri, 24 Feb 2012 19:32:25 +0000 (UTC) Received: by dald2 with SMTP id d2so3045681dal.23 for ; Fri, 24 Feb 2012 11:32:24 -0800 (PST) Received-SPF: pass (google.com: domain of ajsharp@gmail.com designates 10.68.233.36 as permitted sender) client-ip=10.68.233.36; Authentication-Results: mr.google.com; spf=pass (google.com: domain of ajsharp@gmail.com designates 10.68.233.36 as permitted sender) smtp.mail=ajsharp@gmail.com; dkim=pass header.i=ajsharp@gmail.com Received: from mr.google.com ([10.68.233.36]) by 10.68.233.36 with SMTP id tt4mr11537838pbc.67.1330111944873 (num_hops = 1); Fri, 24 Feb 2012 11:32:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=date:from:to:cc:message-id:in-reply-to:references:subject:x-mailer :mime-version:content-type:content-transfer-encoding :content-disposition; bh=nWgxukYPYI8mZPQU6qKNfRHvo/Xy4px3WUYF/QSCwXc=; b=h2qVJ0pqSvm/YwfYczKu/GpcBm/IixcfyXlnlYHz9Ei78bbdLqbg995rp65n1PAL6P AWnV54pRBlMkrwE65DKng8wO2vXTgJFAVrhW+uSE4NLX5hrwyqgDBrTOFqpbZbnlXIwt EWvolCOoWPybQUVjZV1e7Nq+zOmTDjpg+D9w0= Received: by 10.68.233.36 with SMTP id tt4mr9494919pbc.67.1330111588411; Fri, 24 Feb 2012 11:26:28 -0800 (PST) Received: from ip-172-19-131-135.us-west-1.compute.internal ([12.130.118.30]) by mx.google.com with ESMTPS id y9sm5077659pbu.40.2012.02.24.11.26.25 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 24 Feb 2012 11:26:27 -0800 (PST) Date: Fri, 24 Feb 2012 11:26:23 -0800 From: Alex Sharp To: unicorn list Message-ID: In-Reply-To: References: Subject: Re: using unicorn as a local development server X-Mailer: sparrow 1.5 (build 1043.1) MIME-Version: 1.0 Content-Disposition: inline Cc: "Patrick J. Collins" X-BeenThere: mongrel-unicorn@rubyforge.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: mongrel-unicorn-bounces@rubyforge.org Errors-To: mongrel-unicorn-bounces@rubyforge.org Hey Patrick, Sorry, I replied a few days ago but looks like I missed your email on the CC. This should solve it: > "Patrick J. Collins" wrote: > > Hmm that's odd because I noticed as soon as I began using unicorn that I got > > very little output. For example, running my app and browsing to various pages, this is all I see: > Rails logs to a file by default, so you probably need to set the Rails logger somewhere in your config: Rails.logger = ::Logger.new($stdout) -- Alex Sharp Zaarly, Inc | @ajsharp | github.com/ajsharp (http://github.com/ajsharp) | alexjsharp.com (http://alexjsharp.com) _______________________________________________ Unicorn mailing list - mongrel-unicorn@rubyforge.org http://rubyforge.org/mailman/listinfo/mongrel-unicorn Do not quote signatures (like this one) or top post when replying