]> git.llucax.com Git - z.facultad/75.52/sercom.git/commitdiff
Arreglas trailing spaces y sacar errores por stderr.
authorLeandro Lucarella <llucax@gmail.com>
Thu, 8 Mar 2007 21:24:30 +0000 (21:24 +0000)
committerLeandro Lucarella <llucax@gmail.com>
Thu, 8 Mar 2007 21:24:30 +0000 (21:24 +0000)
sercom/config/app.cfg
sercom/config/log.cfg

index f0030a65b91799389f53c2178e31590eeb77dff9..999b9d30dee3018d9fd3e03d820e0fef90d85352 100644 (file)
@@ -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"]
 
index ce776f850c2060859c83b0cf2871e320bed0d834..817de780360396899764f31a7f02810acd19f34e 100644 (file)
@@ -26,4 +26,4 @@ formatter='message_only'
 [[[error_out]]]
 class='StreamHandler'
 level='ERROR'
-args='(sys.stdout,)'
+args='(sys.stderr,)'