diff options
author | crupest <crupest@outlook.com> | 2022-11-21 11:53:52 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-11-21 11:53:52 +0800 |
commit | df53f19245e0957fff1e1e01573c3fcfcf53d8b8 (patch) | |
tree | e885386bec4182229b769e359db58b3029257bcf /BackEnd/Timeline | |
parent | f5f3e2050fc886c2926d3bc199e6f84f6a867379 (diff) | |
download | timeline-df53f19245e0957fff1e1e01573c3fcfcf53d8b8.tar.gz timeline-df53f19245e0957fff1e1e01573c3fcfcf53d8b8.tar.bz2 timeline-df53f19245e0957fff1e1e01573c3fcfcf53d8b8.zip |
Use information log level.
Diffstat (limited to 'BackEnd/Timeline')
-rw-r--r-- | BackEnd/Timeline/appsettings.Development.json | 4 | ||||
-rw-r--r-- | BackEnd/Timeline/appsettings.json | 2 |
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"
}
}
}
|