We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 758ccea commit 70e7cafCopy full SHA for 70e7caf
src/Authentication/Logging.cs
100644
100755
@@ -20,7 +20,7 @@ namespace Monai.Deploy.WorkflowManager.Logging
20
{
21
public static partial class Log
22
23
- [LoggerMessage(EventId = 500000, Level = LogLevel.Information, Message = "Bypass authentication.")]
+ [LoggerMessage(EventId = 500000, Level = LogLevel.None, Message = "Bypass authentication.")]
24
public static partial void BypassAuthentication(this ILogger logger);
25
26
[LoggerMessage(EventId = 500001, Level = LogLevel.Debug, Message = "User '{user}' attempting to access controller '{controller}'.")]
0 commit comments