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}'.")]