Skip to content

Commit 9ae6e43

Browse files
committed
Updated logging configuration for ZiggyCreatures.Caching.Fusion
1 parent 2f4bb51 commit 9ae6e43

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

OpenBioCardServer/appsettings.Development.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"Logging": {
33
"LogLevel": {
44
"Default": "Information",
5-
"Microsoft.AspNetCore": "Warning"
5+
"Microsoft.AspNetCore": "Warning",
6+
"ZiggyCreatures.Caching.Fusion": "Warning"
67
}
78
},
89
"DatabaseSettings": {

OpenBioCardServer/appsettings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"Logging": {
33
"LogLevel": {
44
"Default": "Information",
5-
"Microsoft.AspNetCore": "Warning"
5+
"Microsoft.AspNetCore": "Warning",
6+
"ZiggyCreatures.Caching.Fusion": "Warning"
67
}
78
},
89
"AllowedHosts": "*",

0 commit comments

Comments
 (0)