From 033677c10aa62593ee6532d33bbf73a7660ef9b2 Mon Sep 17 00:00:00 2001 From: Maxwell Weru Date: Sat, 7 Oct 2023 07:53:21 +0300 Subject: [PATCH] Allow logs for Tingle.EventBus --- Tingle.AzdoCleaner/appsettings.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Tingle.AzdoCleaner/appsettings.json b/Tingle.AzdoCleaner/appsettings.json index b9e8072..60b69a1 100644 --- a/Tingle.AzdoCleaner/appsettings.json +++ b/Tingle.AzdoCleaner/appsettings.json @@ -10,9 +10,9 @@ "Default": "Information", "Microsoft": "Warning", "Microsoft.Hosting.Lifetime": "Information", - "AspNetCore.Authentication": "Warning", - "Tingle.EventBus": "Warning" -} + "AspNetCore.Authentication": "Warning"/*, + "Tingle.EventBus": "Warning"*/ + } }, "AllowedHosts": "*",