From 2e7c648ceb1eca4b0a75547f14961f78fb2023e5 Mon Sep 17 00:00:00 2001 From: sfc-gh-ext-simba-lf Date: Tue, 16 Jan 2024 01:35:44 -0800 Subject: [PATCH] SNOW-990111: Add easy logging improvements --- .../UnitTests/Session/EasyLoggingStarterTest.cs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Snowflake.Data.Tests/UnitTests/Session/EasyLoggingStarterTest.cs b/Snowflake.Data.Tests/UnitTests/Session/EasyLoggingStarterTest.cs index 0c4a33dfb..f79b72717 100644 --- a/Snowflake.Data.Tests/UnitTests/Session/EasyLoggingStarterTest.cs +++ b/Snowflake.Data.Tests/UnitTests/Session/EasyLoggingStarterTest.cs @@ -18,7 +18,7 @@ namespace Snowflake.Data.Tests.UnitTests.Session public class EasyLoggingStarterTest { private static readonly string HomeDirectory = Environment.GetFolderPath(Environment.SpecialFolder.UserProfile); - private static readonly string LogPath = Path.Combine(HomeDirectory, "/some-logs-path/some-folder"); + private static readonly string LogPath = Path.Combine(HomeDirectory, "some-logs-path/some-folder"); private const string ConfigPath = "/some-path/config.json"; private const string AnotherConfigPath = "/another/path"; private static readonly string s_expectedLogPath = Path.Combine(LogPath, "dotnet"); @@ -74,8 +74,6 @@ public void BeforeEach() //[Ignore("This test requires manual interaction and therefore cannot be run in CI")] public void TestThatCreatedDirectoryPermissionsFollowUmask() { - Console.WriteLine("HomeDirectory: " + HomeDirectory); - Console.WriteLine("LogPath: " + LogPath); // Note: To test with a different value than the default umask, it will have to be set before running this test if (!RuntimeInformation.IsOSPlatform(OSPlatform.Windows)) {