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 aa6d366..9377341 100644
--- a/EonaCat.Logger/EonaCatCoreLogger/Internal/BatchingLoggerProvider.cs
+++ b/EonaCat.Logger/EonaCatCoreLogger/Internal/BatchingLoggerProvider.cs
@@ -138,7 +138,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
{