pyapp-org/pyapp

Log reply outputting to default handler even if a new one is defined in settings

Closed this issue · 1 comments

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.

Fixed in 4.6