From 0532b8d871b5a9392f5c81e244b282e8ae3548d8 Mon Sep 17 00:00:00 2001 From: jaybeeelsdon Date: Wed, 4 Dec 2024 15:56:35 +0000 Subject: [PATCH] mising tag (#885) --- src/BL/Services/KeycloakCommon.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/BL/Services/KeycloakCommon.cs b/src/BL/Services/KeycloakCommon.cs index a16db4f6c..152b5f57e 100644 --- a/src/BL/Services/KeycloakCommon.cs +++ b/src/BL/Services/KeycloakCommon.cs @@ -73,6 +73,7 @@ public static async Task GetTokenForUserGuts(string username, string pas return ""; } + Log.Information("{Function} Token found with correct role {AdminRole} for User {Username}", "GetTokenForUserGuts", requiredRole, username); }