Skip to content

Commit a910f79

Browse files
committed
Increase default log level to Information
Changed the default logging level in appsettings.json from "Warning" to "Information" to provide more detailed log output, including informational messages.
1 parent 8107683 commit a910f79

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

WebGUI/appsettings.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": "Warning",
4+
"Default": "Information",
55
"Microsoft.AspNetCore": "Warning"
66
}
77
},

0 commit comments

Comments
 (0)