mirror of
https://github.com/knightcrawler-stremio/knightcrawler.git
synced 2024-12-20 03:29:51 +00:00
Tissue service will sanitize the existign database of ingested torrents by matching existing titles with new banned word lists. Now with added kleenex
32 lines
943 B
JSON
32 lines
943 B
JSON
{
|
|
"Serilog": {
|
|
"Using": [ "Serilog.Sinks.Console" ],
|
|
"MinimumLevel": {
|
|
"Default": "Information",
|
|
"Override": {
|
|
"Microsoft": "Warning",
|
|
"System": "Warning",
|
|
"System.Net.Http.HttpClient.Scraper.LogicalHandler": "Warning",
|
|
"System.Net.Http.HttpClient.Scraper.ClientHandler": "Warning",
|
|
"Quartz.Impl.StdSchedulerFactory": "Warning",
|
|
"Quartz.Core.QuartzScheduler": "Warning",
|
|
"Quartz.Simpl.RAMJobStore": "Warning",
|
|
"Quartz.Core.JobRunShell": "Warning",
|
|
"Quartz.Core.SchedulerSignalerImpl": "Warning"
|
|
}
|
|
},
|
|
"WriteTo": [
|
|
{
|
|
"Name": "Console",
|
|
"Args": {
|
|
"outputTemplate": "{Timestamp:HH:mm:ss} [{Level}] [{SourceContext}] {Message}{NewLine}{Exception}"
|
|
}
|
|
}
|
|
],
|
|
"Enrich": [ "FromLogContext", "WithMachineName", "WithThreadId" ],
|
|
"Properties": {
|
|
"Application": "Producer"
|
|
}
|
|
}
|
|
}
|