Skip to content

Commit dcd6a1c

Browse files
CopilotYunchuWang
andcommitted
Complete logging categories extension to TaskOrchestrationContextWrapper
Co-authored-by: YunchuWang <[email protected]>
1 parent 2e02259 commit dcd6a1c

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

src/Worker/Core/Logging/DualCategoryLogger.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ namespace Microsoft.DurableTask.Worker;
1414
/// (e.g., "Microsoft.DurableTask.Worker.Grpc" or "Microsoft.DurableTask.Worker.Orchestration")
1515
/// and the legacy broad category (e.g., "Microsoft.DurableTask").
1616
/// </remarks>
17-
internal sealed class DualCategoryLogger : ILogger
17+
public sealed class DualCategoryLogger : ILogger
1818
{
1919
readonly ILogger primaryLogger;
2020
readonly ILogger? legacyLogger;

src/Worker/Core/Worker.csproj

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,6 @@ The worker is responsible for processing durable task work items.</PackageDescri
88
<EnableStyleCop>true</EnableStyleCop>
99
</PropertyGroup>
1010

11-
<ItemGroup>
12-
<InternalsVisibleTo Include="Microsoft.DurableTask.Worker.Grpc" Key="$(StrongNamePublicKey)" />
13-
<InternalsVisibleTo Include="Microsoft.DurableTask.Worker.Grpc.Tests" Key="$(StrongNamePublicKey)" />
14-
</ItemGroup>
15-
1611
<ItemGroup>
1712
<PackageReference Include="Microsoft.Extensions.Caching.Memory" />
1813
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" />

0 commit comments

Comments
 (0)