rename to html_cleanup
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
###
|
||||
|
||||
[app:main]
|
||||
use = egg:cleanup_html
|
||||
use = egg:html_cleanup
|
||||
|
||||
pyramid.reload_templates = false
|
||||
pyramid.debug_authorization = false
|
||||
@@ -26,7 +26,7 @@ listen = localhost:6543
|
||||
###
|
||||
|
||||
[loggers]
|
||||
keys = root, cleanup_html
|
||||
keys = root, html_cleanup
|
||||
|
||||
[handlers]
|
||||
keys = console
|
||||
@@ -38,10 +38,10 @@ keys = generic
|
||||
level = INFO
|
||||
handlers = console
|
||||
|
||||
[logger_cleanup_html]
|
||||
[logger_html_cleanup]
|
||||
level = DEBUG
|
||||
handlers =
|
||||
qualname = cleanup_html
|
||||
qualname = html_cleanup
|
||||
|
||||
[handler_console]
|
||||
class = StreamHandler
|
||||
|
||||
Reference in New Issue
Block a user