Added parameters to query logging.
Reviewers: buda Reviewed By: buda Subscribers: pullbot Differential Revision: https://phabricator.memgraph.io/D757
This commit is contained in:
parent
51ba4727bf
commit
6a1f083370
@ -190,7 +190,8 @@ class Interpreter {
|
||||
// have to be correct (for Bolt clients)
|
||||
summary["type"] = "rw";
|
||||
stream.Summary(summary);
|
||||
DLOG(INFO) << "Executed " << query << ", " << summary;
|
||||
DLOG(INFO) << "Executed '" << query << "', params: " << params
|
||||
<< ", summary: " << summary;
|
||||
}
|
||||
|
||||
private:
|
||||
|
Loading…
Reference in New Issue
Block a user