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
as soon you add pangres as your dependency suddenly all log messages identify themself as "pangres"
i.e. a log message from a custom module not looks like this:
2020-10-10 10:10:14 | INFO | pangres | index_utils:get_pandas_object:123 - passed item was None
I would actually expect that my applications logging settings do not change
The text was updated successfully, but these errors were encountered:
KIC
changed the title
Pangres does soemthing to the root logger that now everything identifies as pangres
Pangres does something to the root logger that now everything identifies as pangres
Oct 10, 2020
Hello @KIC ! Yes that is awful sorry about that 😿. This is related to the issue #18 and should be fixed by my new PR (see #21).
In addition to the screenshot I posted in issue #18 I also tested your particular problem interactively:
I will now merge the PR. Feel free to reopen the issue if something still isn't as expected. I took the liberty of creating a new version. It will be out soon.
as soon you add pangres as your dependency suddenly all log messages identify themself as "pangres"
i.e. a log message from a custom module not looks like this:
I would actually expect that my applications logging settings do not change
The text was updated successfully, but these errors were encountered: