-
Notifications
You must be signed in to change notification settings - Fork 129
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What should we do for the next breaking (0.6.0) release? #103
Comments
Currently, I don't see a nice way to change logging levels dynamically. (Or is there?). It is not very friendly with Would be nice to be able to make small changes if not full reparse during runtime. It becomes extremely helpful in server environments to be able to to that. I suspect it might involve introducing new APIs. Not exactly sure if it might need to break anything - just throwing it out there. |
Yeh, right now we don't have an API for updating the filters after the fact. It is a nice little feature to have, but we should be able to support it without breakage by introducing some synchronization around the filters in the built logger. |
Other thoughts that come to mind:
|
We've previously considered adding support for an arbitrary
Hmm, can you think of a case where these would be useful? |
We've published a new |
Hi all!
The
0.5.x
release ofenv_logger
has been around for a while now, and I've started thinking it's about time to think about0.6.x
. I'd like to find out whether there's anything anyone would like changed while we've got the opportunity.There are two changes I'd like to work into the new release that really just lay down a policy around logically breaking changes to the default format going forward:
log
like structured logging would need additions to the format and requiring a breaking bump for these sorts of additions will limit discoverability).It's a bit of a fresh start with a (hopefully) clear policy around the format that lets us keep improving
env_logger
through its format while we're still0.x
. Post stabilization would be a new conversation.Does anyone have any other thoughts on that? Or any other breaking improvements to the API they'd like to see?
The text was updated successfully, but these errors were encountered: