Last change
on this file since 11107 was
7713,
checked in by uli, 13 years ago
|
Some modifications that make it possible at least to create a new university with Grok toolkit 1.4 (grok 1.6)
|
File size:
807 bytes
|
Line | |
---|
1 | [DEFAULT] |
---|
2 | zope_conf = %(here)s/zope.conf |
---|
3 | |
---|
4 | [server:main] |
---|
5 | use = egg:Paste#http |
---|
6 | host = 0.0.0.0 |
---|
7 | port = 8080 |
---|
8 | |
---|
9 | [pipeline:main] |
---|
10 | pipeline = accesslogging evalexception fanstatic grok |
---|
11 | |
---|
12 | [filter:accesslogging] |
---|
13 | use = egg:Paste#translogger |
---|
14 | |
---|
15 | [filter:evalexception] |
---|
16 | use = egg:z3c.evalexception#ajax |
---|
17 | |
---|
18 | [filter:fanstatic] |
---|
19 | use = egg:fanstatic#fanstatic |
---|
20 | versioning = true |
---|
21 | recompute_hashes = true |
---|
22 | |
---|
23 | [app:grok] |
---|
24 | use = egg:grokcore.startup#debug |
---|
25 | exempt-exceptions = zope.security.interfaces.IUnauthorized |
---|
26 | |
---|
27 | # Logging configuration |
---|
28 | |
---|
29 | [loggers] |
---|
30 | keys = root |
---|
31 | |
---|
32 | [logger_root] |
---|
33 | level = DEBUG |
---|
34 | handlers = console |
---|
35 | |
---|
36 | [handlers] |
---|
37 | keys = console |
---|
38 | |
---|
39 | [handler_console] |
---|
40 | class = StreamHandler |
---|
41 | args = (sys.stderr,) |
---|
42 | level = DEBUG |
---|
43 | formatter = generic |
---|
44 | |
---|
45 | [formatters] |
---|
46 | keys = generic |
---|
47 | |
---|
48 | [formatter_generic] |
---|
49 | format = %(asctime)s %(levelname)s [%(name)s] %(message)s |
---|
Note: See
TracBrowser for help on using the repository browser.