Skip to content

Commit 37a48d8

Browse files
Artak MkrtchyanmkArtakMSFT
authored andcommitted
Update default log levels for templates
1 parent 9f724f6 commit 37a48d8

File tree

6 files changed

+12
-6
lines changed

6 files changed

+12
-6
lines changed

src/ProjectTemplates/Web.ProjectTemplates/content/EmptyWeb-CSharp/appsettings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"Logging": {
33
"LogLevel": {
4-
"Default": "Warning",
4+
"Default": "Information",
5+
"Microsoft": "Warning",
56
"Microsoft.Hosting.Lifetime": "Information"
67
}
78
},

src/ProjectTemplates/Web.ProjectTemplates/content/RazorComponentsWeb-CSharp/appsettings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"Logging": {
33
"LogLevel": {
4-
"Default": "Warning",
4+
"Default": "Information",
5+
"Microsoft": "Warning",
56
"Microsoft.Hosting.Lifetime": "Information"
67
}
78
},

src/ProjectTemplates/Web.ProjectTemplates/content/RazorPagesWeb-CSharp/appsettings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@
3333
//#endif
3434
"Logging": {
3535
"LogLevel": {
36-
"Default": "Warning",
36+
"Default": "Information",
37+
"Microsoft": "Warning",
3738
"Microsoft.Hosting.Lifetime": "Information"
3839
}
3940
},

src/ProjectTemplates/Web.ProjectTemplates/content/StarterWeb-CSharp/appsettings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@
3333
//#endif
3434
"Logging": {
3535
"LogLevel": {
36-
"Default": "Warning",
36+
"Default": "Information",
37+
"Microsoft": "Warning",
3738
"Microsoft.Hosting.Lifetime": "Information"
3839
}
3940
},

src/ProjectTemplates/Web.ProjectTemplates/content/WebApi-CSharp/appsettings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
//#endif
2121
"Logging": {
2222
"LogLevel": {
23-
"Default": "Warning",
23+
"Default": "Information",
24+
"Microsoft": "Warning",
2425
"Microsoft.Hosting.Lifetime": "Information"
2526
}
2627
},

src/ProjectTemplates/Web.ProjectTemplates/content/Worker-CSharp/appsettings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"Logging": {
33
"LogLevel": {
4-
"Default": "Warning",
4+
"Default": "Information",
5+
"Microsoft": "Warning",
56
"Microsoft.Hosting.Lifetime": "Information"
67
}
78
}

0 commit comments

Comments
 (0)