From v1.15.4, after importing ontobio, calling logging.basicConfig doesn't configure the logging system, unless force is set to True. This is due to the changes introduced in c942c70 and 736694e, which force configuration to handlers of the root logger. To avoid confusion, it would be better to avoid setting the handlers from the library and leave the logging configuration to the end user.
From v1.15.4, after importing ontobio, calling
logging.basicConfig
doesn't configure the logging system, unless force is set toTrue
. This is due to the changes introduced in c942c70 and 736694e, which force configuration to handlers of the root logger. To avoid confusion, it would be better to avoid setting the handlers from the library and leave the logging configuration to the end user.