From 70e7caf8b9c8bfbba43b04045fcd41657d44a623 Mon Sep 17 00:00:00 2001 From: Neil South Date: Tue, 7 Nov 2023 16:48:19 +0000 Subject: [PATCH] lowered logging level thats flooding logs Signed-off-by: Neil South --- src/Authentication/Logging.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 src/Authentication/Logging.cs diff --git a/src/Authentication/Logging.cs b/src/Authentication/Logging.cs old mode 100644 new mode 100755 index 2766669..a68bf16 --- a/src/Authentication/Logging.cs +++ b/src/Authentication/Logging.cs @@ -20,7 +20,7 @@ namespace Monai.Deploy.WorkflowManager.Logging { public static partial class Log { - [LoggerMessage(EventId = 500000, Level = LogLevel.Information, Message = "Bypass authentication.")] + [LoggerMessage(EventId = 500000, Level = LogLevel.None, Message = "Bypass authentication.")] public static partial void BypassAuthentication(this ILogger logger); [LoggerMessage(EventId = 500001, Level = LogLevel.Debug, Message = "User '{user}' attempting to access controller '{controller}'.")]