diff --git a/FlowerShopRestApi/Program.cs b/FlowerShopRestApi/Program.cs index 4848780..0112618 100644 --- a/FlowerShopRestApi/Program.cs +++ b/FlowerShopRestApi/Program.cs @@ -5,7 +5,6 @@ using FlowerShopDatabaseImplement.Implements; using Microsoft.OpenApi.Models; var builder = WebApplication.CreateBuilder(args); builder.Logging.SetMinimumLevel(LogLevel.Trace); -//builder.Logging.AddLog4Net("log4net.config"); // Add services to the container. builder.Services.AddTransient(); builder.Services.AddTransient();