Skip to content

Commit d22b19f

Browse files
committed
Correct default log level
1 parent 02733fc commit d22b19f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frameworks/CSharp/reaper/src/Benchmark/appsettings.Development.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"Logging": {
33
"LogLevel": {
4-
"Default": "Trace",
4+
"Default": "Information",
55
"Microsoft.AspNetCore": "Warning"
66
}
77
}

0 commit comments

Comments
 (0)