-
Notifications
You must be signed in to change notification settings - Fork 41.5k
Closed
Description
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:
logging.group.<name>.level=...
logging.group.<name>.loggers=...
Unfortunately it's hard to get good meta-data for that.
Another option would be:
logging.group.level.<name>=...
logging.group.logger.<name>=...
That, feels a little backward.
Metadata
Metadata
Assignees
Labels
type: documentationA documentation updateA documentation update