diff --git a/samples/AspnetCore.WebApp/Startup.cs b/samples/AspnetCore.WebApp/Startup.cs index 1d5c6f8f..5c17d3f4 100644 --- a/samples/AspnetCore.WebApp/Startup.cs +++ b/samples/AspnetCore.WebApp/Startup.cs @@ -49,7 +49,7 @@ public void ConfigureServices(IServiceCollection services) // TODO: still not 100% happy with the logging part services.AddCacheManagerConfiguration(Configuration, cfg => cfg.WithMicrosoftLogging(services)); - // uses a refined configurastion (this will not log, as we added the MS Logger only to the configuration above + // uses a refined configuration (this will not log, as we added the MS Logger only to the configuration above services.AddCacheManager(Configuration, configure: builder => builder.WithJsonSerializer()); // creates a completely new configuration for this instance (also not logging)