diff --git a/src/Microsoft.AspNetCore.SignalR.Redis/RedisLog.cs b/src/Microsoft.AspNetCore.SignalR.Redis/Internal/RedisLog.cs similarity index 98% rename from src/Microsoft.AspNetCore.SignalR.Redis/RedisLog.cs rename to src/Microsoft.AspNetCore.SignalR.Redis/Internal/RedisLog.cs index 085133facc..4270e8b035 100644 --- a/src/Microsoft.AspNetCore.SignalR.Redis/RedisLog.cs +++ b/src/Microsoft.AspNetCore.SignalR.Redis/Internal/RedisLog.cs @@ -6,7 +6,7 @@ using System.Linq; using Microsoft.Extensions.Logging; using StackExchange.Redis; -namespace Microsoft.AspNetCore.SignalR.Redis +namespace Microsoft.AspNetCore.SignalR.Redis.Internal { // We don't want to use our nested static class here because RedisHubLifetimeManager is generic. // We'd end up creating separate instances of all the LoggerMessage.Define values for each Hub.