christoph2 / pyxcp

ASAM XCP in Python
http://pyxcp.rtfd.org
GNU Lesser General Public License v3.0
197 stars 63 forks source link

Logging fix #161

Closed jacobschaer closed 4 months ago

jacobschaer commented 4 months ago

Don't calls basicConfig if being used as a library. Logging should be handled by the application, not the library. As it stands now, attempting to import pyXCP will create a root handler which may not be desireable.