Return-Path: X-Original-To: apmail-tomcat-users-archive@www.apache.org Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7C3C818469 for ; Tue, 7 Jul 2015 22:43:25 +0000 (UTC) Received: (qmail 59356 invoked by uid 500); 7 Jul 2015 22:43:21 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 59290 invoked by uid 500); 7 Jul 2015 22:43:21 -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 59278 invoked by uid 99); 7 Jul 2015 22:43:21 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Jul 2015 22:43:21 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of jugma.bora@luitporia.com designates 67.18.70.11 as permitted sender) Received: from [67.18.70.11] (HELO gateway13.websitewelcome.com) (67.18.70.11) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Jul 2015 22:41:06 +0000 Received: by gateway13.websitewelcome.com (Postfix, from userid 5007) id 5DBF07817C59; Tue, 7 Jul 2015 17:42:53 -0500 (CDT) Received: from gator4089.hostgator.com (gator4089.hostgator.com [192.185.4.101]) by gateway13.websitewelcome.com (Postfix) with ESMTP id 581CA7817C27 for ; Tue, 7 Jul 2015 17:42:53 -0500 (CDT) Received: from jugma by gator4089.hostgator.com with local (Exim 4.85) (envelope-from ) id 1ZCbZk-0002BF-PA; Tue, 07 Jul 2015 17:42:52 -0500 Received: from 204.44.10.4 ([204.44.10.4]) (proxying for 204.44.10.4) (SquirrelMail authenticated user jugma.bora@luitporia.com) by webmail.luitporia.com with HTTP; Tue, 7 Jul 2015 17:42:52 -0500 Message-ID: <5f1b6cb8beffc1500202618857932a1f.squirrel@webmail.luitporia.com> Date: Tue, 7 Jul 2015 17:42:52 -0500 Subject: Problem setting logging level From: "Jugma Bora" To: users@tomcat.apache.org Cc: jugma.bora@luitporia.com Reply-To: "Jugma" User-Agent: SquirrelMail/1.5.2 [SVN] MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - gator4089.hostgator.com X-AntiAbuse: Original Domain - tomcat.apache.org X-AntiAbuse: Originator/Caller UID/GID - [32155 500] / [47 12] X-AntiAbuse: Sender Address Domain - luitporia.com X-BWhitelist: no X-Source-IP: X-Exim-ID: 1ZCbZk-0002BF-PA X-Source: /usr/local/cpanel/3rdparty/php/54/bin/php-cgi X-Source-Args: /usr/local/cpanel/3rdparty/php/54/bin/php-cgi /usr/local/cpanel/base/3rdparty/squirrelmail/src/compose.php X-Source-Dir: /usr/local/cpanel/base/3rdparty/squirrelmail/src X-Source-Sender: X-Source-Auth: jugma X-Email-Count: 3 X-Source-Cap: anVnbWE7anVnbWE7Z2F0b3I0MDg5Lmhvc3RnYXRvci5jb20= X-Virus-Checked: Checked by ClamAV on apache.org Hi, I am using Tomcat 8.0.18. I trying to log only SEVERE level logging messages to the console from my web application. But I still get INFO level logging messages. Below is my logging.properties file that is deployed in WEB-INF/classes directory. Please can you help. Thank you, Jugma ############################################################ handlers = org.apache.juli.FileHandler, java.util.logging.ConsoleHandler ############################################################ # Handler specific properties. # Describes specific configuration info for Handlers. ############################################################ org.apache.juli.FileHandler.level = SEVERE org.apache.juli.FileHandler.directory = ${catalina.base}/logs org.apache.juli.FileHandler.prefix = ${classloader.DecisionEngine} java.util.logging.ConsoleHandler.level = SEVERE java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org