From 70e7caf8b9c8bfbba43b04045fcd41657d44a623 Mon Sep 17 00:00:00 2001 From: Neil South Date: Tue, 7 Nov 2023 16:48:19 +0000 Subject: [PATCH 1/2] 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}'.")] From 1fe86ede7db73310a13b7a41be7b805f48d2a11f Mon Sep 17 00:00:00 2001 From: Neil South Date: Tue, 7 Nov 2023 17:38:44 +0000 Subject: [PATCH 2/2] dependancy update Signed-off-by: Neil South --- doc/dependency_decisions.yml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) mode change 100644 => 100755 doc/dependency_decisions.yml diff --git a/doc/dependency_decisions.yml b/doc/dependency_decisions.yml old mode 100644 new mode 100755 index 1c67dfc..39babe5 --- a/doc/dependency_decisions.yml +++ b/doc/dependency_decisions.yml @@ -18,15 +18,15 @@ - :who: mocsharp :why: MIT (https://github.com/dotnet/aspnetcore/raw/main/LICENSE.txt) :versions: - - 6.0.12 - :when: 2022-10-14 23:36:49.751931025 Z + - 6.0.15 + :when: 2023-10-07 17:36:49.751931025 Z - - :approve - Microsoft.AspNetCore.TestHost - :who: mocsharp :why: MIT (https://github.com/dotnet/aspnetcore/raw/main/LICENSE.txt) :versions: - - 6.0.12 - :when: 2022-10-14 23:36:49.751931025 Z + - 6.0.15 + :when: 2023-10-07 17:36:49.751931025 Z - - :approve - Microsoft.CSharp - :who: mocsharp @@ -39,8 +39,8 @@ - :who: mocsharp :why: MIT (https://github.com/microsoft/vstest/raw/main/LICENSE) :versions: - - 17.4.1 - :when: 2022-08-16 23:05:48.342748414 Z + - 17.7.2 + :when: 2023-10-07 17:36:49.751931025 Z - - :approve - Microsoft.Extensions.Configuration - :who: mocsharp @@ -256,7 +256,7 @@ - :who: mocsharp :why: MIT (https://raw.githubusercontent.com/microsoft/vstest/main/LICENSE) :versions: - - 17.4.1 + - 17.7.2 :when: 2022-09-01 23:06:13.008314524 Z - - :approve - Microsoft.NETCore.Platforms @@ -277,15 +277,15 @@ - :who: mocsharp :why: MIT (https://github.com/microsoft/vstest/raw/v17.4.0/LICENSE) :versions: - - 17.4.1 - :when: 2022-08-16 23:06:16.175705981 Z + - 17.7.2 + :when: 2023-10-07 17:36:49.751931025 Z - - :approve - Microsoft.TestPlatform.TestHost - :who: mocsharp :why: MIT (https://github.com/microsoft/vstest/raw/v17.4.0/LICENSE) :versions: - - 17.4.1 - :when: 2022-08-16 23:06:17.671459450 Z + - 17.7.2 + :when: 2023-10-07 17:36:49.751931025 Z - - :approve - Microsoft.Win32.Primitives - :who: mocsharp @@ -312,8 +312,8 @@ - :who: mocsharp :why: Apache-2.0 (https://github.com/NuGet/NuGet.Client/raw/dev/LICENSE.txt) :versions: - - 5.11.0 - :when: 2022-08-16 23:06:27.464713741 Z + - 6.5.0 + :when: 2023-10-07 17:36:49.751931025 Z - - :approve - System.AppContext - :who: mocsharp