feat(aihitMainSyncer): повышен уроень журналирования для сообщений DBCommand

This commit is contained in:
Mikhail Kuznetsov
2025-11-21 16:17:27 +10:00
parent ba99e74ea6
commit e6bf3a90fd

View File

@@ -1,39 +1,39 @@
{ {
"ConnectionStrings": { "ConnectionStrings": {
"DefaultConnection": "Server=10.99.253.184;Database=parr;User Id=app_parr; Password=PosdfkhT&)%sdfligL&%5546;" "DefaultConnection": "Server=10.99.253.184;Database=parr;User Id=app_parr; Password=PosdfkhT&)%sdfligL&%5546;"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"Serilog": {
"MinimumLevel": {
"Default": "Information",
"Override": {
"Microsoft": "Information",
"Microsoft.Hosting.Lifetime": "Information"
}
}, },
"WriteTo": [ "Logging": {
{ "LogLevel": {
"Name": "File", "Default": "Information",
"Args": { "Microsoft.EntityFrameworkCore.Database.Command": "Warning"
"path": "log/log-.txt",
"rollingInterval": "Day"
} }
} },
] "Serilog": {
}, "MinimumLevel": {
"WorkerSettings": { "Default": "Information",
"RepeatEvery": "00:10:00" "Override": {
}, "Microsoft": "Warning",
"MqSettings": { "Microsoft.EntityFrameworkCore.Database.Command": "Warning"
"HostName": "parr-rabbitmq", }
"QueueName": "parr-aihit-data", },
"User": "aihit_syncer", "WriteTo": [
"Password": "afsdgDGjhfiU76496as42!@", {
"PrefetchCount": 100 "Name": "File",
} "Args": {
"path": "log/log-.txt",
"rollingInterval": "Day"
}
}
]
},
"WorkerSettings": {
"RepeatEvery": "00:10:00"
},
"MqSettings": {
"HostName": "parr-rabbitmq",
"QueueName": "parr-aihit-data",
"User": "aihit_syncer",
"Password": "afsdgDGjhfiU76496as42!@",
"PrefetchCount": 100
}
} }