]> git.llucax.com Git - software/sercom-old.git/commitdiff
Se actualizan los valores por default de log.ini por algo más razonable.
authorLeandro Lucarella <llucax@gmail.com>
Sun, 6 Mar 2005 21:31:38 +0000 (21:31 +0000)
committerLeandro Lucarella <llucax@gmail.com>
Sun, 6 Mar 2005 21:31:38 +0000 (21:31 +0000)
doc/examples/log.ini

index 262795808735239fd1c72416f9df9c113a0c553e..d3d4bddf2a432d77073d180901c614e112cf6451 100644 (file)
@@ -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