rename to html_cleanup

This commit is contained in:
2023-11-28 10:40:54 +01:00
parent e69e1e3cc9
commit 37655ad6f5
20 changed files with 147 additions and 23 deletions

View File

@@ -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 = *:6543
###
[loggers]
keys = root, cleanup_html
keys = root, html_cleanup
[handlers]
keys = console
@@ -38,10 +38,10 @@ keys = generic
level = WARN
handlers = console
[logger_cleanup_html]
[logger_html_cleanup]
level = WARN
handlers =
qualname = cleanup_html
qualname = html_cleanup
[handler_console]
class = StreamHandler