Clean up for 3.1 beta 11

This commit is contained in:
Robert McRackan 2019-12-18 14:27:27 -05:00
parent 73c671b7c0
commit de66e5b405
3 changed files with 2 additions and 4 deletions

View file

@ -109,7 +109,7 @@ namespace LibationLauncher
//Log.Logger.Here().Debug("Begin Libation. Debug with line numbers");
}
private static string defaultLoggingLevel = "Information";
private static string defaultLoggingLevel { get; } = "Information";
private static void ensureLoggingConfig(Configuration config)
{
if (config.GetObject("Logging") != null)