From bcd9d69e7c54e670f311a4e438ab2f1e6b706c16 Mon Sep 17 00:00:00 2001 From: Selim <53125635+selimaytac@users.noreply.github.com> Date: Tue, 2 Aug 2022 16:17:43 +0300 Subject: [PATCH] Update appsettings.json --- appsettings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appsettings.json b/appsettings.json index 72e90b7..23fc393 100644 --- a/appsettings.json +++ b/appsettings.json @@ -8,7 +8,7 @@ "FetchXml": "#{fetchXml}#", "DomainName": "#{domainName}#" }, - "LogPath": "{logPath}", + "LogPath": "#{logPath}#", "Logging": { "LogLevel": { "Default": "Debug", @@ -16,4 +16,4 @@ "Microsoft": "Information" } } -} \ No newline at end of file +}