[Zope-CVS] CVS: Packages/SFTPGateway/src/sftpgateway - main.py:1.7

Fred L. Drake, Jr. fred at zope.com
Tue Jan 6 15:04:51 EST 2004


Update of /cvs-repository/Packages/SFTPGateway/src/sftpgateway
In directory cvs.zope.org:/tmp/cvs-serv15984

Modified Files:
	main.py 
Log Message:
bring the default logging verbosity down a notch


=== Packages/SFTPGateway/src/sftpgateway/main.py 1.6 => 1.7 ===
--- Packages/SFTPGateway/src/sftpgateway/main.py:1.6	Mon Jan  5 17:33:44 2004
+++ Packages/SFTPGateway/src/sftpgateway/main.py	Tue Jan  6 15:04:51 2004
@@ -61,7 +61,7 @@
         if self.config_logger is None:
             # no configured logger; create a reasonable default:
             logger = logging.getLogger("sftpgateway")
-            logger.setLevel(logging.DEBUG)
+            logger.setLevel(logging.INFO)
             handler = logging.StreamHandler()
             handler.setFormatter(
                 logging.Formatter("%(asctime)s %(name)s %(message)s"))




More information about the Zope-CVS mailing list