From 728820a65cc77f29ab9958e9299ef5e0dfabc287 Mon Sep 17 00:00:00 2001 From: Claudio Boggian Date: Thu, 27 Feb 2025 11:06:16 +0100 Subject: [PATCH] . --- console_log4graylog/README.md => README.md | 0 console_log4graylog/appsettings.json | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename console_log4graylog/README.md => README.md (100%) diff --git a/console_log4graylog/README.md b/README.md similarity index 100% rename from console_log4graylog/README.md rename to README.md diff --git a/console_log4graylog/appsettings.json b/console_log4graylog/appsettings.json index cb3ac7d..794cca5 100644 --- a/console_log4graylog/appsettings.json +++ b/console_log4graylog/appsettings.json @@ -6,7 +6,7 @@ "Facility": "ConsoleApp" }, "GeneralSettings" : { - "LogType": 1, + "LogType": 0, "DirPath" : "C:\\Logs", "FileNamePattern": "*.log" }