From f2f0725c68773ce9da9bc6e1f8effddd0ccfacdb Mon Sep 17 00:00:00 2001 From: Robert McRackan Date: Wed, 28 Jul 2021 09:58:09 -0400 Subject: [PATCH] comment out until after vacation --- LibationLauncher/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LibationLauncher/Program.cs b/LibationLauncher/Program.cs index 8a120c0c..e281fdb0 100644 --- a/LibationLauncher/Program.cs +++ b/LibationLauncher/Program.cs @@ -54,7 +54,7 @@ namespace LibationLauncher migrate_to_v5_0_0(config); migrate_to_v5_2_0__post_config(config); - migrate_to_v5_4_1(config); + //migrate_to_v5_4_1(config);// comment out until after vacation ensureSerilogConfig(config); configureLogging(config);