feat(dal,templateUpdater): Сохранение шаблонов для переименования в таблицу TemplateRenamePending

This commit is contained in:
Mikhail Trubnikov
2026-07-22 09:49:27 +10:00
parent 5094945c8e
commit 0b0c0b04ad
6 changed files with 132 additions and 16 deletions

View File

@@ -6,7 +6,8 @@
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
"Microsoft.AspNetCore": "Warning",
"Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware": "None"
}
},
"Serilog": {
@@ -14,7 +15,8 @@
"Default": "Information",
"Override": {
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
"Microsoft.Hosting.Lifetime": "Information",
"Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware": "Fatal"
}
}
},