From eb1eb2ff781aefcb437aeae327556b975097d056 Mon Sep 17 00:00:00 2001 From: slewis74 Date: Tue, 9 Mar 2021 09:24:52 +1000 Subject: [PATCH 1/2] new logging infra --- .../Server/Configuration/UsernamePasswordConfigureCommands.cs | 4 ++-- source/Server/Server.csproj | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/Server/Configuration/UsernamePasswordConfigureCommands.cs b/source/Server/Configuration/UsernamePasswordConfigureCommands.cs index 70d0310..d07e238 100644 --- a/source/Server/Configuration/UsernamePasswordConfigureCommands.cs +++ b/source/Server/Configuration/UsernamePasswordConfigureCommands.cs @@ -7,11 +7,11 @@ namespace Octopus.Server.Extensibility.Authentication.UsernamePassword.Configura { class UsernamePasswordConfigureCommands : IContributeToConfigureCommand { - readonly ILog log; + readonly ISystemLog log; readonly Lazy configurationStore; public UsernamePasswordConfigureCommands( - ILog log, + ISystemLog log, Lazy configurationStore) { this.log = log; diff --git a/source/Server/Server.csproj b/source/Server/Server.csproj index 1b1b2c2..718a40e 100644 --- a/source/Server/Server.csproj +++ b/source/Server/Server.csproj @@ -16,8 +16,8 @@ - - + + From 2a8f492b9cd5806e676a15e22c5b69376197994b Mon Sep 17 00:00:00 2001 From: slewis74 Date: Thu, 18 Mar 2021 09:32:49 +1000 Subject: [PATCH 2/2] package updates --- source/Server/Server.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/Server/Server.csproj b/source/Server/Server.csproj index 718a40e..a592a7c 100644 --- a/source/Server/Server.csproj +++ b/source/Server/Server.csproj @@ -16,8 +16,8 @@ - - + +