diff --git a/src/Plugins/BotSharp.Plugin.Membase/GraphDb/MembaseGraphDb.cs b/src/Plugins/BotSharp.Plugin.Membase/GraphDb/MembaseGraphDb.cs index db31d329c..e65958ea9 100644 --- a/src/Plugins/BotSharp.Plugin.Membase/GraphDb/MembaseGraphDb.cs +++ b/src/Plugins/BotSharp.Plugin.Membase/GraphDb/MembaseGraphDb.cs @@ -48,7 +48,7 @@ public async Task ExecuteQueryAsync(string query, GraphQueryEx } catch (Exception ex) { - _logger.LogError($"Error when querying {Provider} graph db."); + _logger.LogError(ex, $"Error when executing query in {Provider} graph db."); return new(); } }