diff --git a/EonaCat.Logger/EonaCat.Logger.csproj b/EonaCat.Logger/EonaCat.Logger.csproj
index 2ff60db..1203df0 100644
--- a/EonaCat.Logger/EonaCat.Logger.csproj
+++ b/EonaCat.Logger/EonaCat.Logger.csproj
@@ -13,8 +13,8 @@
EonaCat (Jeroen Saey)
EonaCat;Logger;EonaCatLogger;Log;Writer;Jeroen;Saey
- 1.6.2
- 1.6.2
+ 1.6.3
+ 1.6.3
README.md
True
LICENSE
diff --git a/EonaCat.Logger/EonaCatCoreLogger/Internal/BatchingLoggerProvider.cs b/EonaCat.Logger/EonaCatCoreLogger/Internal/BatchingLoggerProvider.cs
index 39c4f0b..a22b0f5 100644
--- a/EonaCat.Logger/EonaCatCoreLogger/Internal/BatchingLoggerProvider.cs
+++ b/EonaCat.Logger/EonaCatCoreLogger/Internal/BatchingLoggerProvider.cs
@@ -141,7 +141,7 @@ public abstract class BatchingLoggerProvider : ILoggerProvider, IDisposable
}
catch (Exception ex)
{
- Console.WriteLine("An error occurred while processing log batches.", ex);
+ Console.WriteLine($"An error occurred while processing log batches. {ex.Message}");
}
finally
{