mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-12 15:37:23 +01:00
custom file stream implementation
This commit is contained in:
parent
a3b33c0e6b
commit
56b27e5ee8
5 changed files with 153 additions and 17 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue