From d6ccc102446b40dabec58b3455090604d61b1a27 Mon Sep 17 00:00:00 2001 From: Developer 02 Date: Mon, 10 Mar 2025 15:47:58 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20Aktualisiertes=20Pr=C3=A4fix=20f=C3=BCr?= =?UTF-8?q?=20den=20Namen=20der=20NLog-Protokolldatei=20als=20workFlow.API?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WorkFlow.API/appsettings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WorkFlow.API/appsettings.json b/WorkFlow.API/appsettings.json index 8ec6400..8e5c1f8 100644 --- a/WorkFlow.API/appsettings.json +++ b/WorkFlow.API/appsettings.json @@ -11,7 +11,7 @@ "NLog": { "throwConfigExceptions": true, "variables": { - "logDirectory": "E:\\LogFiles\\Digital Data\\workFlow", + "logDirectory": "E:\\LogFiles\\Digital Data\\workFlow.API", "logFileNamePrefix": "${shortdate}-workFlow.API" }, "targets": {