Clean up for 3.1 beta 11
This commit is contained in:
parent
73c671b7c0
commit
de66e5b405
3 changed files with 2 additions and 4 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue