From e6bf3a90fd61f8cc47bf684bf92a2f48d39d80ba Mon Sep 17 00:00:00 2001 From: Mikhail Kuznetsov Date: Fri, 21 Nov 2025 16:17:27 +1000 Subject: [PATCH] =?UTF-8?q?=20feat(aihitMainSyncer):=20=D0=BF=D0=BE=D0=B2?= =?UTF-8?q?=D1=8B=D1=88=D0=B5=D0=BD=20=D1=83=D1=80=D0=BE=D0=B5=D0=BD=D1=8C?= =?UTF-8?q?=20=D0=B6=D1=83=D1=80=D0=BD=D0=B0=D0=BB=D0=B8=D1=80=D0=BE=D0=B2?= =?UTF-8?q?=D0=B0=D0=BD=D0=B8=D1=8F=20=D0=B4=D0=BB=D1=8F=20=D1=81=D0=BE?= =?UTF-8?q?=D0=BE=D0=B1=D1=89=D0=B5=D0=BD=D0=B8=D0=B9=20DBCommand?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- PARR.AIHITSyncerWorker/appsettings.json | 70 ++++++++++++------------- 1 file changed, 35 insertions(+), 35 deletions(-) diff --git a/PARR.AIHITSyncerWorker/appsettings.json b/PARR.AIHITSyncerWorker/appsettings.json index d91af7a8..ae13fc2f 100644 --- a/PARR.AIHITSyncerWorker/appsettings.json +++ b/PARR.AIHITSyncerWorker/appsettings.json @@ -1,39 +1,39 @@ { - "ConnectionStrings": { - "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" - } + "ConnectionStrings": { + "DefaultConnection": "Server=10.99.253.184;Database=parr;User Id=app_parr; Password=PosdfkhT&)%sdfligL&%5546;" }, - "WriteTo": [ - { - "Name": "File", - "Args": { - "path": "log/log-.txt", - "rollingInterval": "Day" + "Logging": { + "LogLevel": { + "Default": "Information", + "Microsoft.EntityFrameworkCore.Database.Command": "Warning" } - } - ] - }, - "WorkerSettings": { - "RepeatEvery": "00:10:00" - }, - "MqSettings": { - "HostName": "parr-rabbitmq", - "QueueName": "parr-aihit-data", - "User": "aihit_syncer", - "Password": "afsdgDGjhfiU76496as42!@", - "PrefetchCount": 100 - } + }, + "Serilog": { + "MinimumLevel": { + "Default": "Information", + "Override": { + "Microsoft": "Warning", + "Microsoft.EntityFrameworkCore.Database.Command": "Warning" + } + }, + "WriteTo": [ + { + "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 + } }