custom file stream implementation

This commit is contained in:
rootdarkarchon
2023-08-26 00:36:30 +02:00
parent a3b33c0e6b
commit 56b27e5ee8
5 changed files with 153 additions and 17 deletions

View File

@@ -4,12 +4,12 @@
},
"Logging": {
"LogLevel": {
"Default": "Debug",
"Microsoft": "Debug",
"Default": "Warning",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information",
"MareSynchronosStaticFilesServer": "Debug",
"MareSynchronosShared": "Debug",
"System.IO": "Information"
"System.IO": "Information",
},
"File": {
"BasePath": "logs",