|
|
@ -120,8 +120,6 @@ namespace Ordering.SignalrHub |
|
|
|
// This method gets called by the runtime. Use this method to configure the HTTP request pipeline.
|
|
|
|
public void Configure(IApplicationBuilder app, ILoggerFactory loggerFactory, ILoggingBuilder loggerBuilder) |
|
|
|
{ |
|
|
|
loggerFactory.AddConsole(Configuration.GetSection("Logging")); |
|
|
|
loggerBuilder.AddDebug(); |
|
|
|
loggerBuilder.AddAzureWebAppDiagnostics(); |
|
|
|
loggerFactory.AddApplicationInsights(app.ApplicationServices, LogLevel.Trace); |
|
|
|
|
|
|
|