From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1ShQCx-0001w1-7F for garchives@archives.gentoo.org; Wed, 20 Jun 2012 19:04:51 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 53521E088A; Wed, 20 Jun 2012 19:03:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 257CDE0886 for ; Wed, 20 Jun 2012 19:03:59 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7E8CA1B4042 for ; Wed, 20 Jun 2012 19:03:58 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 9A38FE5447 for ; Wed, 20 Jun 2012 19:03:55 +0000 (UTC) From: "André Erdmann" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "André Erdmann" Message-ID: <1340218602.b284ff8e4424dac8315bccd94319d0298ddfa2bc.dywi@gentoo> Subject: [gentoo-commits] proj/R_overlay:master commit in: roverlay/ X-VCS-Repository: proj/R_overlay X-VCS-Files: roverlay/__init__.py X-VCS-Directories: roverlay/ X-VCS-Committer: dywi X-VCS-Committer-Name: André Erdmann X-VCS-Revision: b284ff8e4424dac8315bccd94319d0298ddfa2bc X-VCS-Branch: master Date: Wed, 20 Jun 2012 19:03:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 3a04ad9e-1b0a-41be-b7a5-71e369887d55 X-Archives-Hash: 5b815d2d213c62b9f9c99bd204d9a724 commit: b284ff8e4424dac8315bccd94319d0298ddfa2bc Author: Andr=C3=A9 Erdmann mailerd de> AuthorDate: Wed Jun 20 18:56:42 2012 +0000 Commit: Andr=C3=A9 Erdmann mailerd de> CommitDate: Wed Jun 20 18:56:42 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/R_overlay.git= ;a=3Dcommit;h=3Db284ff8e temporarily increasing console log level --- roverlay/__init__.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/roverlay/__init__.py b/roverlay/__init__.py index 9ff69f7..b0478ec 100644 --- a/roverlay/__init__.py +++ b/roverlay/__init__.py @@ -20,7 +20,7 @@ logging.basicConfig ( =20 # add console output to the logger ch =3D logging.StreamHandler() -ch.setLevel ( logging.INFO ) +ch.setLevel ( logging.DEBUG ) ch.setFormatter ( logging.Formatter ( '%(levelname)-8s %(name)-14s -- %(message)s' ) )