mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-05-08 06:42:59 -04:00
added Serilog and file logging (#17)
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Debug",
|
||||
"Microsoft.Hosting.Lifetime": "Information",
|
||||
"Quartz": "Warning",
|
||||
"System.Net.Http.HttpClient": "Error"
|
||||
"LogLevel": "Debug",
|
||||
"File": {
|
||||
"Enabled": false,
|
||||
"Path": ""
|
||||
}
|
||||
},
|
||||
"Triggers": {
|
||||
|
||||
Reference in New Issue
Block a user