-
Notifications
You must be signed in to change notification settings - Fork 53
Open
Labels
breaking changeThis issue can only be delivered as part of a breaking change release.This issue can only be delivered as part of a breaking change release.
Description
The current logger category assignments are inconsistent and, in some cases, overly broad.
Example 1: There are logs related to work item processing under the Microsoft.DurableTask category, making them hard to filter out without also filtering out more useful logs under this prefix. There are event some gRPC logs under this category, whereas they should probably exist under Microsoft.DurableTask.*.Grpc.
These changes should be considered as breaking changes since users may have queries that check for specific logging categories (rather than prefixes).
Copilot
Metadata
Metadata
Assignees
Labels
breaking changeThis issue can only be delivered as part of a breaking change release.This issue can only be delivered as part of a breaking change release.