v3.1.0
版本发布时间: 2020-02-12 03:24:11
pypyr/pypyr最新发布版本:v5.9.1(2023-09-22 11:13:53)
pypyr.log.logger.set_root_logger(log_level, log_path)
call moved from pipelinerunner.main()
to cli.main()
this has the side-effect that pipelinerunner.main()
signature has changed, with log_level
and log_path
removed. API consumers should update.
Reason being API consumers should set their own log handlers, since handler configuration should be the prerogative of the calling application, not the invoked library.
Re #172, #173