From a0af2c79119ffcb18f461f44d051d5205e51e148 Mon Sep 17 00:00:00 2001 From: Mike Nolan Date: Tue, 3 May 2022 09:08:31 -0500 Subject: [PATCH] add logging --- Tesses.YouTubeDownloader/Logging.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tesses.YouTubeDownloader/Logging.cs b/Tesses.YouTubeDownloader/Logging.cs index 2e59720..84893e6 100644 --- a/Tesses.YouTubeDownloader/Logging.cs +++ b/Tesses.YouTubeDownloader/Logging.cs @@ -73,7 +73,7 @@ namespace Tesses.YouTubeDownloader internal Logger(TYTDStorage storage) { storage.CreateDirectoryIfNotExist("config"); - storage.CreateDirectoryIfNotExist("config/log"); + storage.CreateDirectoryIfNotExist("config/logs"); Properties = GetProperties(storage); _storage=storage;