Skip to content

Commit ef46a85

Browse files
authored
Merge pull request #1289 from iceljc/master
log membase error
2 parents 16c1bb4 + 25d6fc7 commit ef46a85

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Plugins/BotSharp.Plugin.Membase/GraphDb/MembaseGraphDb.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public async Task<GraphQueryResult> ExecuteQueryAsync(string query, GraphQueryEx
4848
}
4949
catch (Exception ex)
5050
{
51-
_logger.LogError($"Error when querying {Provider} graph db.");
51+
_logger.LogError(ex, $"Error when executing query in {Provider} graph db.");
5252
return new();
5353
}
5454
}

0 commit comments

Comments
 (0)