-
Notifications
You must be signed in to change notification settings - Fork 41.2k
Update description of the logger-name
hint
#14456
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
Comments
There are also some IDE considerations to take into account. Existing auto-completion will not account for our provided names or those defined by the user. |
We've discussed this and the current situation is OK. We do have an explicit |
I'd like to update the doc for |
logger-name
hint
I forgot that there is a dedicated section to update as well |
Logging groups are currently configured using
logging.level.<group>
. Although nice and simple, It's possible that the group name could clash with an existing logger. We should review if a distinct namespace might work better.One idea would be:
Unfortunately it's hard to get good meta-data for that.
Another option would be:
That, feels a little backward.
The text was updated successfully, but these errors were encountered: