From 787f059c7334e1e3913fda9f2f1bed5afe510b62 Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Sun, 6 Mar 2005 21:31:38 +0000 Subject: [PATCH] =?utf8?q?Se=20actualizan=20los=20valores=20por=20default?= =?utf8?q?=20de=20log.ini=20por=20algo=20m=C3=A1s=20razonable.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- doc/examples/log.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/examples/log.ini b/doc/examples/log.ini index 2627958..d3d4bdd 100644 --- a/doc/examples/log.ini +++ b/doc/examples/log.ini @@ -34,7 +34,7 @@ qualname = deliver [handler_file] class = FileHandler -level = DEBUG +level = INFO formatter = file args = ('/var/log/sercom.log', 'a') @@ -46,10 +46,10 @@ args = (sys.stderr,) [handler_mail] class = handlers.SMTPHandler -level = ERROR +level = WARNING formatter = mail ; smtp, from, to, subject -args = ('llucax.hn.org', 'sercom@llucax.hn.org', 'luca@llucax.hn.org', '[SERCOM] Log') +args = ('localhost', 'from@example.com', 'to@example.com', '[SERCOM] Log') [formatter_file] format = %(asctime)s %(name)5s[%(process)d] %(levelname)-8s %(message)s -- 2.43.0