Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
nenoNaninu committed Dec 24, 2023
1 parent d27a1f4 commit 91d3f61
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public sealed class HubInstrumentationFilter : IHubFilter

public HubInstrumentationFilter(ILoggerFactory loggerFactory)
{
_logger = loggerFactory.CreateLogger("AspNetCore.SignalR.Logging.HubLogging");
_logger = loggerFactory.CreateLogger("AspNetCore.SignalR.Logging.HubLoggingFilter");
}

public async ValueTask<object?> InvokeMethodAsync(
Expand Down

0 comments on commit 91d3f61

Please sign in to comment.