From users-return-207729-apmail-tomcat-users-archive=tomcat.apache.org@tomcat.apache.org Tue Feb 02 10:11:48 2010 Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 70958 invoked from network); 2 Feb 2010 10:11:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 2 Feb 2010 10:11:47 -0000 Received: (qmail 2640 invoked by uid 500); 2 Feb 2010 10:11:44 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 2555 invoked by uid 500); 2 Feb 2010 10:11:43 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 2544 invoked by uid 99); 2 Feb 2010 10:11:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Feb 2010 10:11:43 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of knst.kolinko@gmail.com designates 209.85.220.228 as permitted sender) Received: from [209.85.220.228] (HELO mail-fx0-f228.google.com) (209.85.220.228) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Feb 2010 10:11:36 +0000 Received: by fxm28 with SMTP id 28so4893379fxm.0 for ; Tue, 02 Feb 2010 02:11:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=wTydQcZT0gJxGRIfOnqONdM0HEZWmeGDLQdEGTX+pBs=; b=nvApd0brWLgTSWagXEv+p0MW7SpMvAAOH6fCURnDYOIea8u9nIPNU8xGpL1UY3lUZV EoOt7Fp90MlQ8mRDNe9Va9LxNb+Z0SXMrHpSsHVJF28lm4hJvNqP+QsHvlhRZs5rxZ76 iUlpUKA3llnzIt9rSExTyB7WCiQyN4jmuSMos= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=e63qR3xN3BoI3eIZapYBDS+9SpsbgizPBRH8tIA5F0DXz41sEB83W72Dv01snu4WYi r8F7Vs6KLPlMa43ffq3d/mMo/GMzDhEiMUrp8I15KwuVnbvekLo8YD5I1HIo7ZIZMafH VWGkWGSzWiOLc7U/b5LzxefCbQDbWxf4HCW50= MIME-Version: 1.0 Received: by 10.103.79.35 with SMTP id g35mr3392120mul.82.1265105475167; Tue, 02 Feb 2010 02:11:15 -0800 (PST) In-Reply-To: <48BB6B986D95D64898FDED5E5E6A92DE028D2E5D@CES000900-001.es.mapfre.net> References: <48BB6B986D95D64898FDED5E5E6A92DE028D2E5D@CES000900-001.es.mapfre.net> Date: Tue, 2 Feb 2010 13:11:15 +0300 Message-ID: <427155181002020211i5dee7b2asa6e8bdde65a78d14@mail.gmail.com> Subject: Re: changing trace level of 'internal' tomcat logs From: Konstantin Kolinko To: Tomcat Users List Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 2010/2/2 Lominchar Garc=EDa, Jos=E9 Luis : > Hi, > =BFdoes somebody knows what I have to do to change trace level of > jakarta_service_.log and stdout_.log from 'info' to 'warn'? > jakarta_service_.log : Start > All Programs > Apache Tomcat 6.0 > Configure Tomcat then switch to the "Logging" page and choose "Level", one of: Error, Info, Warning, Debug. > stdout_.log: java.util.logging.ConsoleHandler.level =3D WARNING (in conf\logging.properties) See java.util.logging log level names here: http://java.sun.com/j2se/1.4.2/docs/api/java/util/logging/Level.html Best regards, Konstantin Kolinko --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org