Skip to content

Commit 4bfe83b

Browse files
Changed log levels back to default.
1 parent 5850897 commit 4bfe83b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

samples/KristofferStrube.Blazor.FileSystemAccess.ServerExample/appsettings.Development.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"DetailedErrors": true,
33
"Logging": {
44
"LogLevel": {
5-
"Default": "Trace",
6-
"Microsoft.AspNetCore": "Trace"
5+
"Default": "Information",
6+
"Microsoft.AspNetCore": "Warning"
77
}
88
}
99
}

0 commit comments

Comments
 (0)