Changeset 9607 for main/waeup.aaue
- Timestamp:
- 9 Nov 2012, 16:45:21 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/etc/deploy.ini.in
r9583 r9607 5 5 6 6 [loggers] 7 # add 'wsgi' if you want the access.log to be generated 8 keys = root, async, async_trace 7 keys = root, wsgi, async, async_trace 9 8 10 9 [handlers] 11 keys = console, accesslog, asynclog, async_tracelog10 keys = null, console, accesslog, asynclog, async_tracelog 12 11 13 12 [formatters] … … 20 19 [logger_wsgi] 21 20 level = INFO 22 handlers = accesslog 21 #handlers = accesslog 22 handlers = null 23 23 qualname = wsgi 24 24 propagate = 0 … … 35 35 qualname = zc.async.trace 36 36 propagate = 0 37 38 [handler_null] 39 # you can use 'NullHandler' (w/o the path) if under Python 2.7+ 40 class = waeup.kofa.utils.helpers.NullHandler 41 args = () 42 level = NOTSET 37 43 38 44 [handler_console]
Note: See TracChangeset for help on using the changeset viewer.