diff --git a/src/Atquin.EntityFramework.Logging/EntityFrameworkLogger.cs b/src/Atquin.EntityFramework.Logging/EntityFrameworkLogger.cs index b8065c5..b086215 100644 --- a/src/Atquin.EntityFramework.Logging/EntityFrameworkLogger.cs +++ b/src/Atquin.EntityFramework.Logging/EntityFrameworkLogger.cs @@ -111,7 +111,7 @@ public void Log(LogLevel logLevel, int eventId, object state, Exception exceptio try { - db.SaveChanges(); + db.SaveChangesAsync(); } catch (Exception e) {