From 34c0dff5744ea8d376a717c1f2418a897cc78816 Mon Sep 17 00:00:00 2001 From: wanggang <76527413@qq.com> Date: Thu, 15 Apr 2021 16:17:21 +0800 Subject: [PATCH] 2.0 Former-commit-id: a3c672dfd95b7bcd4d90244e53cf31b6edcbd5e2 Former-commit-id: 6c8a5e277726c85c93ee145783dad5dee66e33cf --- projects/Infrastructure/Data/EfDbContext.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/projects/Infrastructure/Data/EfDbContext.cs b/projects/Infrastructure/Data/EfDbContext.cs index efbdb5e6..5690832c 100644 --- a/projects/Infrastructure/Data/EfDbContext.cs +++ b/projects/Infrastructure/Data/EfDbContext.cs @@ -17,7 +17,6 @@ namespace Infrastructure.Data public static readonly ILoggerFactory MyLoggerFactory = LoggerFactory.Create(builder => { builder.AddDebug(); - builder.AddConsole(); }); protected readonly ILogger _logger;