Skip to content

Commit

Permalink
lowered logging level thats flooding logs
Browse files Browse the repository at this point in the history
Signed-off-by: Neil South <[email protected]>
  • Loading branch information
neildsouth committed Nov 7, 2023
1 parent 758ccea commit 70e7caf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Authentication/Logging.cs
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -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}'.")]
Expand Down

0 comments on commit 70e7caf

Please sign in to comment.