Skip to content
This repository has been archived by the owner on Jan 28, 2021. It is now read-only.

Commit

Permalink
2.2.1 bugfix.
Browse files Browse the repository at this point in the history
  • Loading branch information
janjaapdriessen committed Jan 10, 2011
1 parent 0e38cd3 commit 9396f08
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions grokproject/template/etc/deploy.ini.in_tmpl
Expand Up @@ -7,15 +7,19 @@ host = $${:host}
port = $${:port}

[pipeline:main]
pipeline = gzip grok
pipeline = accesslogging gzip grok

[app:grok]
use = egg:grokcore.startup
setup_console_handler = False
[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

# Logging configuration

[loggers]
Expand Down

0 comments on commit 9396f08

Please sign in to comment.