diff --git a/Rename/Program.cs b/Rename/Program.cs index c4006b4..a160879 100644 --- a/Rename/Program.cs +++ b/Rename/Program.cs @@ -35,10 +35,10 @@ public class Program logger?.LogError(ex, "Error!"); } if (silentIndex > -1) - logger?.LogDebug("Done. Bye"); + logger?.LogInformation("Done. Bye"); else { - logger?.LogDebug("Done. Press 'Enter' to end"); + logger?.LogInformation("Done. Press 'Enter' to end"); _ = Console.ReadLine(); } }