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
This reverts commit d9e8e95.
With dotnet@a3ed2b5, the proxyless container changes were reverted. Redis logging relied on these changes for a decent user experience.
Reverting back to preview1 behavior until the proxyless container changes can be made again.
@@ -132,9 +138,6 @@ private static ConfigurationOptions GetConfigurationOptions(IServiceProvider ser
132
138
thrownewInvalidOperationException($"No endpoints specified. Ensure a valid connection string was provided in 'ConnectionStrings:{connectionName}' or for the '{configurationSectionName}:ConnectionString' configuration key.");
133
139
}
134
140
135
-
// ensure the LoggerFactory is initialized if someone hasn't already set it.
0 commit comments