From ea4ace841b1a029dbfd26dbcbab41b89d393230c Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Thu, 8 Mar 2007 21:24:30 +0000 Subject: [PATCH] Arreglas trailing spaces y sacar errores por stderr. --- sercom/config/app.cfg | 4 ++-- sercom/config/log.cfg | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sercom/config/app.cfg b/sercom/config/app.cfg index f0030a6..999b9d3 100644 --- a/sercom/config/app.cfg +++ b/sercom/config/app.cfg @@ -107,14 +107,14 @@ identity.soprovider.model.visit = "sercom.model.VisitaUsuario" # The SqlObjectProvider *will* encrypt passwords supplied as part of your login # form. If you set the password through the password property, like: # my_user.password = 'secret' -# the password will be encrypted in the database, provided identity is up and +# the password will be encrypted in the database, provided identity is up and # running, or you have loaded the configuration specifying what encryption to # use (in situations where identity may not yet be running, like tests). identity.soprovider.encryption_algorithm = 'sha1' # compress the data sends to the web browser -[/] +[/] gzip_filter.on = True gzip_filter.mime_types = ["application/x-javascript", "text/javascript", "text/html", "text/css", "text/plain"] diff --git a/sercom/config/log.cfg b/sercom/config/log.cfg index ce776f8..817de78 100644 --- a/sercom/config/log.cfg +++ b/sercom/config/log.cfg @@ -26,4 +26,4 @@ formatter='message_only' [[[error_out]]] class='StreamHandler' level='ERROR' -args='(sys.stdout,)' +args='(sys.stderr,)' -- 2.43.0