Skip to content

Commit a3ca613

Browse files
GH-152 :: Adjust logging level
1 parent ded1df3 commit a3ca613

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/TrainingGuides.Web/appsettings.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,12 @@
55
"Microsoft": "Warning",
66
"Microsoft.Hosting.Lifetime": "Information"
77
},
8-
"KenticoEventLog": {
8+
"XperienceEventLog": {
99
"LogLevel": {
10-
"Default": "Error",
10+
"Default": "Warning",
11+
"Kentico": "Information",
12+
"CMS": "Information",
13+
"TrainingGuides": "Debug",
1114
"Microsoft.AspNetCore.Server.Kestrel": "None"
1215
}
1316
}

0 commit comments

Comments
 (0)