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