hungpham2511 / toppra

robotic motion planning library
https://hungpham2511.github.io/toppra/index.html
MIT License
625 stars 170 forks source link

Disabled Automatic Setup of Logging #7

Closed EdsterG closed 6 years ago

EdsterG commented 6 years ago

Libraries should never configure logging on import. Doing so will destroy the configuration of the calling library, which is not desirable.

coveralls commented 6 years ago

Pull Request Test Coverage Report for Build 104


Totals Coverage Status
Change from base Build 101: -0.01%
Covered Lines: 1113
Relevant Lines: 1324

💛 - Coveralls
hungpham2511 commented 6 years ago

@EdsterG Thanks for the suggestion, that's reasonable. Can you remove the line altogether? after that I will happily merge the pr.

EdsterG commented 6 years ago

Will do, just wanted to make sure no one re-added the call some time in the future. =)