[Checkins] SVN: grokproject/trunk/grokproject/template/etc/deploy.ini.in_tmpl 2.2.1 bugfix.

Jan-Jaap Driessen jdriessen at thehealthagency.com
Mon Jan 10 04:36:09 EST 2011


Log message for revision 119464:
  2.2.1 bugfix.

Changed:
  U   grokproject/trunk/grokproject/template/etc/deploy.ini.in_tmpl

-=-
Modified: grokproject/trunk/grokproject/template/etc/deploy.ini.in_tmpl
===================================================================
--- grokproject/trunk/grokproject/template/etc/deploy.ini.in_tmpl	2011-01-10 09:32:59 UTC (rev 119463)
+++ grokproject/trunk/grokproject/template/etc/deploy.ini.in_tmpl	2011-01-10 09:36:09 UTC (rev 119464)
@@ -7,15 +7,19 @@
 port = $${:port}
 
 [pipeline:main]
-pipeline = gzip grok
+pipeline = accesslogging gzip grok
 
+[filter:accesslogging]
+use = egg:Paste#translogger
+setup_console_handler = false
+
+[filter:gzip]
+use = egg:Paste#gzip
+
 [app:grok]
 use = egg:grokcore.startup
 setup_console_handler = False
 
-[filter:gzip]
-use = egg:Paste#gzip
-
 # Logging configuration
 
 [loggers]



More information about the checkins mailing list