Skip to content

Update description of the logger-name hint #14456

@philwebb

Description

@philwebb

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

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions