Log reply outputting to default handler even if a new one is defined in settings
Closed this issue · 1 comments
timsavage commented
In the configure_logging
method of CliApplication
post initial startup logs are replayed into self.default_log_handler even if the default log handler is replaced with a logging config from settings.
The replay command should replay into logging.root.handlers
.
timsavage commented
Fixed in 4.6