Skip to content

Commit 70e7caf

Browse files
committed
lowered logging level thats flooding logs
Signed-off-by: Neil South <neil.south@answerdigital.com>
1 parent 758ccea commit 70e7caf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Authentication/Logging.cs

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ namespace Monai.Deploy.WorkflowManager.Logging
2020
{
2121
public static partial class Log
2222
{
23-
[LoggerMessage(EventId = 500000, Level = LogLevel.Information, Message = "Bypass authentication.")]
23+
[LoggerMessage(EventId = 500000, Level = LogLevel.None, Message = "Bypass authentication.")]
2424
public static partial void BypassAuthentication(this ILogger logger);
2525

2626
[LoggerMessage(EventId = 500001, Level = LogLevel.Debug, Message = "User '{user}' attempting to access controller '{controller}'.")]

0 commit comments

Comments
 (0)