We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3974f08 commit 9bef9c8Copy full SHA for 9bef9c8
src/SampleWebAPI/Startup.cs
@@ -36,7 +36,7 @@ public void ConfigureServices(IServiceCollection services)
36
/// <param name="loggerFactory">Logger factory.</param>
37
public void Configure(IApplicationBuilder app, IHostingEnvironment env, ILoggerFactory loggerFactory)
38
{
39
- loggerFactory.AddDebug();
+ //loggerFactory.AddDebug();
40
41
var splunkLoggerConfigurationOption = app.ApplicationServices.GetService<IOptions<SplunkLoggerConfiguration>>();
42
0 commit comments