more verbose help messages

This commit is contained in:
2021-10-07 01:56:15 +03:00
parent 5cfffbcd46
commit ef44895b0d
15 changed files with 501 additions and 418 deletions

View File

@ -1,5 +1,5 @@
[loggers]
keys = root,builder,build_details,http
keys = root,builder,build_details,http,stderr
[handlers]
keys = console_handler,syslog_handler
@ -49,3 +49,8 @@ level = DEBUG
handlers = syslog_handler
qualname = http
propagate = 0
[logger_stderr]
level = DEBUG
handlers = console_handler
qualname = stderr