From fc66d73b4f7d59d34decbe7a435690e29089c397 Mon Sep 17 00:00:00 2001 From: James Kolpack Date: Thu, 21 Jan 2016 18:55:27 -0500 Subject: [PATCH] Move logging to other directory --- Web/NLog.config | 4 ++-- Web/Web.csproj | 4 +--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/Web/NLog.config b/Web/NLog.config index 485acca..04fb4c6 100644 --- a/Web/NLog.config +++ b/Web/NLog.config @@ -7,8 +7,8 @@ internalLogLevel="Off" internalLogFile="c:\temp\nlog-internal.log" > - - + + diff --git a/Web/Web.csproj b/Web/Web.csproj index afce9d0..52b39b9 100644 --- a/Web/Web.csproj +++ b/Web/Web.csproj @@ -27,6 +27,7 @@ AddSkipRules + true @@ -343,9 +344,6 @@ - - PreserveNewest - Always