From 6fe727bfc94bd24632ba415e60c00cd0903bb407 Mon Sep 17 00:00:00 2001 From: antoc0der <1@DESKTOP-K1L8ND3> Date: Sat, 13 Apr 2024 23:07:36 +0400 Subject: [PATCH] =?UTF-8?q?=D0=BF=D1=80=D0=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FlowerShopRestApi/Program.cs | 1 - 1 file changed, 1 deletion(-) 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();