Replies: 1 comment
-
Thanks for the proactive engagement on this @pawamoy !! We'll use this discussion if we run into any issues when we pick up the upgrade 👍 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello! Latest version of Griffe, 0.48, deprecated its logger names. Since it's not possible to detect usage of logger names, we can't emit deprecation warnings, so here am I giving you a heads up 🙂
I see that you're disabling some Griffe loggers. Next version of Griffe, v1, will use a single name for all loggers (so, a global logger):
"griffe"
.I suspect you don't want to disable all Griffe warning logs, and rather just the ones emitted in a few specific places. For this, v1 will let you import the Griffe logger and disable it temporarily:
Or similar, depending which logs you want to hide. If I understand correctly you also have utils to disable loggers. I'll let you see how to prepare for v1, and will try and answer any question you have regarding the upgrade to v1 😊
Beta Was this translation helpful? Give feedback.
All reactions