Return-Path: Delivered-To: apmail-cassandra-user-archive@www.apache.org Received: (qmail 3782 invoked from network); 18 Jul 2010 15:29:34 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 18 Jul 2010 15:29:34 -0000 Received: (qmail 13298 invoked by uid 500); 18 Jul 2010 15:29:32 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 13253 invoked by uid 500); 18 Jul 2010 15:29:32 -0000 Mailing-List: contact user-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@cassandra.apache.org Delivered-To: mailing list user@cassandra.apache.org Received: (qmail 13245 invoked by uid 99); 18 Jul 2010 15:29:31 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 18 Jul 2010 15:29:31 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of osishkin@gmail.com designates 209.85.215.44 as permitted sender) Received: from [209.85.215.44] (HELO mail-ew0-f44.google.com) (209.85.215.44) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 18 Jul 2010 15:29:24 +0000 Received: by ewy22 with SMTP id 22so1299464ewy.31 for ; Sun, 18 Jul 2010 08:28:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:reply-to:date :message-id:subject:from:to:content-type; bh=a5ZRtC421IzIDcqESqo+Qrb8TsTtDuAHw2yy8MNb604=; b=VRYuUKLRJPz+SGAZc4PB9TY7qJRtwwPegGJgdbI0zzEOj0DDattCj9ELJ+lt9y7bbJ jSpjLnIuTlsAcDuDHLlJWXDcL3WWBQG3GFbcw+3JMpDn7fdvXdH4e3yJSeTeA5KLYIhp k0ebWlYjkTNNfe5/gariijk1Kx9prjNPDrR68= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:reply-to:date:message-id:subject:from:to:content-type; b=tIzKDulDW52KuUkPtM8S9Sp0FBo7wpfC9RKZLsUqXdRJCCRCkZqI6810zLCTud5IEU R38CIAVT9S4rz2OSmb0sJxm296F8rnFDh3ojYxG/yKtCsF4KTnIqSmAjY9b5DrT04afG 0UpQTf6mzzIUYjFXkW6V1VpOcMlau+m1N28pA= MIME-Version: 1.0 Received: by 10.213.13.69 with SMTP id b5mr3424114eba.69.1279466894974; Sun, 18 Jul 2010 08:28:14 -0700 (PDT) Received: by 10.14.29.11 with HTTP; Sun, 18 Jul 2010 08:28:14 -0700 (PDT) Reply-To: osishkin@gmail.com Date: Sun, 18 Jul 2010 18:28:14 +0300 Message-ID: Subject: Log configuration From: osishkin osishkin To: user@cassandra.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org I didn't find in the documentation a way to configure message logging that I'm looking for, so I appologize if this is a trivial question. Is there a simple guide to configuring logging options in Cassandra? I saw references to output.log, transactions log. I deduced from some other post here that I can change the logging level in log4j.properties. However I didn't see any place this is all explained in a simple concise way. I'd appreciate a reference or any clarifications. Thank you