You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
subscriber: support dash in target names (v0.1.x) (#1014)
Backports #1012 to v0.1.x.
This adds support for having dashes in log target names, like:
`target-name=info`
## Motivation
We are using log targets with dashes in our project.
## Solution
Extend the target parsing regex to support dashes.
0 commit comments