feat: Add new logging behavior, command handlers, queries, and a Dockerfile across multiple marketing services.

This commit is contained in:
Ho Ngoc Hai
2026-01-19 00:36:20 +07:00
parent 906e9a2371
commit 86d7dbbbc1
237 changed files with 12308 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
{
"Logging": {
"LogLevel": {
"Default": "Debug",
"Microsoft.AspNetCore": "Information",
"Microsoft.EntityFrameworkCore.Database.Command": "Information"
}
},
"Serilog": {
"MinimumLevel": {
"Default": "Debug",
"Override": {
"Microsoft": "Information",
"Microsoft.EntityFrameworkCore.Database.Command": "Information",
"System": "Information"
}
}
}
}