changeset 432:777efcb525c2

ascoltami logging to INFO
author drewp@bigasterisk.com
date Wed, 11 Jun 2008 07:11:58 +0000
parents 35f2cc30253f
children a6f4a5b2647c
files bin/ascoltami
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bin/ascoltami	Wed Jun 11 02:36:43 2008 +0000
+++ b/bin/ascoltami	Wed Jun 11 07:11:58 2008 +0000
@@ -40,7 +40,7 @@
 import Tkinter as tk
 import logging
 log = logging.getLogger()
-log.setLevel(logging.DEBUG)
+log.setLevel(logging.INFO)
 
 from twisted.internet import reactor,tksupport
 from twisted.internet.error import CannotListenError