@ -24,6 +24,7 @@ namespace AuthServer.Host
Log.Logger = new LoggerConfiguration()
.MinimumLevel.Debug()
.MinimumLevel.Override("Microsoft", LogEventLevel.Information)
.MinimumLevel.Override("Microsoft.EntityFrameworkCore", LogEventLevel.Warning)
.Enrich.WithProperty("Application", "AuthServer")
.Enrich.FromLogContext()
.WriteTo.File("Logs/logs.txt")
@ -23,6 +23,7 @@ namespace BackendAdminApp.Host
.Enrich.WithProperty("Application", "BackendAdminApp")
@ -23,6 +23,7 @@ namespace PublicWebSite.Host
.Enrich.WithProperty("Application", "PublicWebSite")
@ -23,6 +23,7 @@ namespace BackendAdminAppGateway.Host
.Enrich.WithProperty("Application", "BackendAdminAppGateway")
@ -23,6 +23,7 @@ namespace InternalGateway.Host
.Enrich.WithProperty("Application", "InternalGateway")
@ -23,6 +23,7 @@ namespace PublicWebSiteGateway.Host
.Enrich.WithProperty("Application", "PublicWebSiteGateway")
@ -23,6 +23,7 @@ namespace BloggingService.Host
.Enrich.WithProperty("Application", "BloggingService")
@ -23,6 +23,7 @@ namespace IdentityService.Host
.Enrich.WithProperty("Application", "IdentityService")
@ -23,6 +23,7 @@ namespace ProductService.Host
.Enrich.WithProperty("Application", "ProductService")
@ -23,6 +23,7 @@ namespace TenantManagementService.Host
.Enrich.WithProperty("Application", "TenantManagementService")