Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ysmoradi committed Nov 7, 2024
1 parent 643da64 commit 9a64c2e
Showing 1 changed file with 23 additions and 23 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,68 +7,68 @@
},
//#endif
"Logging": {
"Console": {
//#if (appInsights == true)
"ApplicationInsights": {
"LogLevel": {
"Default": "Warning",
"Microsoft.EntityFrameworkCore.Database.Command": "Information"
"Microsoft.EntityFrameworkCore.Database.Command": "Information",
"Boilerplate.Client.Core.Services.AuthenticationManager": "Information"
},
"IncludeScopes": true
},
"EventLog": {
"ApplicationInsightsLoggerProvider": {
"LogLevel": {
"Default": "Warning",
"Microsoft.EntityFrameworkCore.Database.Command": "Information"
"Microsoft.EntityFrameworkCore.Database.Command": "Information",
"Boilerplate.Client.Core.Services.AuthenticationManager": "Information"
},
"IncludeScopes": true
},
"EventSource": {
//#endif
//#if (appCenter == true)
"AppCenterLoggerProvider": {
"LogLevel": {
"Default": "Warning",
"Microsoft.EntityFrameworkCore.Database.Command": "Information"
"Microsoft.EntityFrameworkCore.Database.Command": "Information",
"Boilerplate.Client.Core.Services.AuthenticationManager": "Information"
},
"IncludeScopes": true
},
"DiagnosticLogger": {
//#endif
"Console": {
"LogLevel": {
"Default": "Warning",
"Microsoft.EntityFrameworkCore.Database.Command": "Information"
},
"IncludeScopes": true
},
"Debug": {
"EventLog": {
"LogLevel": {
"Default": "None"
"Default": "Warning",
"Microsoft.EntityFrameworkCore.Database.Command": "Information"
},
"IncludeScopes": true
},
//#if (appInsights == true)
"ApplicationInsights": {
"EventSource": {
"LogLevel": {
"Default": "Warning",
"Microsoft.EntityFrameworkCore.Database.Command": "Information",
"Boilerplate.Client.Core.Services.AuthenticationManager": "Information"
"Microsoft.EntityFrameworkCore.Database.Command": "Information"
},
"IncludeScopes": true
},
"ApplicationInsightsLoggerProvider": {
"DiagnosticLogger": {
"LogLevel": {
"Default": "Warning",
"Microsoft.EntityFrameworkCore.Database.Command": "Information",
"Boilerplate.Client.Core.Services.AuthenticationManager": "Information"
"Microsoft.EntityFrameworkCore.Database.Command": "Information"
},
"IncludeScopes": true
},
//#endif
//#if (appCenter == true)
"AppCenterLoggerProvider": {
"Debug": {
"LogLevel": {
"Default": "Warning",
"Microsoft.EntityFrameworkCore.Database.Command": "Information",
"Boilerplate.Client.Core.Services.AuthenticationManager": "Information"
"Default": "None"
},
"IncludeScopes": true
}
//#endif
},
"$schema": "https://json.schemastore.org/appsettings.json"
}

0 comments on commit 9a64c2e

Please sign in to comment.