diff --git a/projects/Infrastructure/Data/EfDbContext.cs b/projects/Infrastructure/Data/EfDbContext.cs index f25b7dc9..8891e9c7 100644 --- a/projects/Infrastructure/Data/EfDbContext.cs +++ b/projects/Infrastructure/Data/EfDbContext.cs @@ -13,7 +13,7 @@ namespace Infrastructure.Data { public static readonly ILoggerFactory MyLoggerFactory = LoggerFactory.Create(builder => { - //builder.AddConsole(); + builder.AddConsole(); }); public EfDbContext(DbContextOptions options) : base(options) diff --git a/projects/IoTCenter/Views/Home/Node.cshtml b/projects/IoTCenter/Views/Home/Node.cshtml index 82ad71b9..7e4ccc03 100644 --- a/projects/IoTCenter/Views/Home/Node.cshtml +++ b/projects/IoTCenter/Views/Home/Node.cshtml @@ -5,7 +5,8 @@