From mboxrd@z Thu Jan 1 00:00:00 1970 Delivered-To: chneukirchen@gmail.com Received: by 10.140.199.13 with SMTP id w13cs64271rvf; Sun, 18 Oct 2009 20:36:15 -0700 (PDT) Return-Path: Received-SPF: pass (google.com: domain of grbounce-ceibQwUAAAB4YPBqaDIjI2bFOCxyyh3G=chneukirchen=gmail.com@googlegroups.com designates 10.150.168.4 as permitted sender) client-ip=10.150.168.4; Authentication-Results: mr.google.com; spf=pass (google.com: domain of grbounce-ceibQwUAAAB4YPBqaDIjI2bFOCxyyh3G=chneukirchen=gmail.com@googlegroups.com designates 10.150.168.4 as permitted sender) smtp.mail=grbounce-ceibQwUAAAB4YPBqaDIjI2bFOCxyyh3G=chneukirchen=gmail.com@googlegroups.com; dkim=pass header.i=grbounce-ceibQwUAAAB4YPBqaDIjI2bFOCxyyh3G=chneukirchen=gmail.com@googlegroups.com Received: from mr.google.com ([10.150.168.4]) by 10.150.168.4 with SMTP id q4mr5278762ybe.24.1255923375171 (num_hops = 1); Sun, 18 Oct 2009 20:36:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlegroups.com; s=beta; h=domainkey-signature:received:received:x-sender:x-apparently-to :mime-version:content-type:received:date:x-ip:user-agent :x-http-useragent:message-id:subject:from:to:x-google-approved :reply-to:sender:precedence:x-google-loop:mailing-list:list-id :list-post:list-help:list-unsubscribe:x-beenthere-env:x-beenthere; bh=bgCa6dKlUZnjnPzcccJN9bV/ATv99b+94DVBtyDhhMY=; b=pccrwY0Ts4P3Tz+CB30z9CaZV5PfqkMSK/PWxOKsOwk9OZvn+/C/MddX07Vb88Og3w sbgRlr0ObEkq5NygCe7fkzg6BI2V+mFX7ykdvTSkiuxVcHs4tDpTTqp6e/9kwHIMV6tv xeIy0CtgqHCF2PSKvJrZkggMvE7DqI3235QN8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlegroups.com; s=beta; h=x-sender:x-apparently-to:mime-version:content-type:date:x-ip :user-agent:x-http-useragent:message-id:subject:from:to :x-google-approved:reply-to:sender:precedence:x-google-loop :mailing-list:list-id:list-post:list-help:list-unsubscribe :x-beenthere-env:x-beenthere; b=Z135E3GzRsDOTcpzAFDsddcJlTlDgtioS0yYPKEmzvonfS5scMXBOTvSUTvDTXSiRZ za9GGZzZeQs3SUwiGYd+hapGLPV8vHHx2nhkdTIhAVDBpfJmrnvjrEhQPwxo3sdxEcWN Ep70f9uvU9EW29C+asrFLYKm+aiNJCGhCS2hw= Received: by 10.150.168.4 with SMTP id q4mr507698ybe.24.1255923375121; Sun, 18 Oct 2009 20:36:15 -0700 (PDT) Received: by 10.176.241.26 with SMTP id o26gr1701yqh.0; Sun, 18 Oct 2009 20:36:12 -0700 (PDT) X-Sender: nanodeath@gmail.com X-Apparently-To: rack-devel@googlegroups.com Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Received: by 10.150.117.26 with SMTP id p26mr483603ybc.30.1255910927107; Sun, 18 Oct 2009 17:08:47 -0700 (PDT) Date: Sun, 18 Oct 2009 17:08:46 -0700 (PDT) X-IP: 174.21.184.37 User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.14) Gecko/2009090216 Ubuntu/9.04 (jaunty) Firefox/3.0.14,gzip(gfe),gzip(gfe) Message-ID: <69153eee-df41-458d-bb21-baf471302808@v37g2000prg.googlegroups.com> Subject: Question: Rack::CommonLogger From: Max To: Rack Development X-Google-Approved: m.fellinger@gmail.com via web at 2009-10-19 03:36:10 Reply-To: rack-devel@googlegroups.com Sender: rack-devel@googlegroups.com Precedence: bulk X-Google-Loop: groups Mailing-List: list rack-devel@googlegroups.com; contact rack-devel+owner@googlegroups.com List-Id: List-Post: List-Help: List-Unsubscribe: , X-BeenThere-Env: rack-devel@googlegroups.com X-BeenThere: rack-devel@googlegroups.com In Rack::CommonLogger, how come the logger duplicates itself on each call? (according to http://rack.rubyforge.org/doc/classes/Rack/CommonLogger.html) Is it necessary, or to clear some sort of state, or...?? Just curious, was thinking of making my own logger and not sure under which conditions I need to duplicate. Thanks, Max