aboutsummaryrefslogtreecommitdiff
path: root/BackEnd
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-11-21 11:53:52 +0800
committercrupest <crupest@outlook.com>2022-11-21 11:53:52 +0800
commitdf53f19245e0957fff1e1e01573c3fcfcf53d8b8 (patch)
treee885386bec4182229b769e359db58b3029257bcf /BackEnd
parentf5f3e2050fc886c2926d3bc199e6f84f6a867379 (diff)
downloadtimeline-df53f19245e0957fff1e1e01573c3fcfcf53d8b8.tar.gz
timeline-df53f19245e0957fff1e1e01573c3fcfcf53d8b8.tar.bz2
timeline-df53f19245e0957fff1e1e01573c3fcfcf53d8b8.zip
Use information log level.
Diffstat (limited to 'BackEnd')
-rw-r--r--BackEnd/Timeline/appsettings.Development.json4
-rw-r--r--BackEnd/Timeline/appsettings.json2
2 files changed, 2 insertions, 4 deletions
diff --git a/BackEnd/Timeline/appsettings.Development.json b/BackEnd/Timeline/appsettings.Development.json
index a2880cbf..827a2f87 100644
--- a/BackEnd/Timeline/appsettings.Development.json
+++ b/BackEnd/Timeline/appsettings.Development.json
@@ -1,9 +1,7 @@
{
"Logging": {
"LogLevel": {
- "Default": "Debug",
- "System": "Information",
- "Microsoft": "Information"
+ "Default": "Debug"
}
}
}
diff --git a/BackEnd/Timeline/appsettings.json b/BackEnd/Timeline/appsettings.json
index 0804371b..c12206f7 100644
--- a/BackEnd/Timeline/appsettings.json
+++ b/BackEnd/Timeline/appsettings.json
@@ -1,7 +1,7 @@
{
"Logging": {
"LogLevel": {
- "Default": "Warning"
+ "Default": "Information"
}
}
}