You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am developing a larger public software which uses gtfparse as a component (Thank you, it has been proving very helpful)
I note in gtfparse/read_gtf.py , there is a call of logging.basicConfig ; This call basically overwrites the logging config of my software (and any other users who may be using logging as part of their softwares)
It would be good in a future version if you were to remove this call, so that I don't need to manually monkey patch basicConfig out in my software.