Added parameters to query logging.

Reviewers: buda

Reviewed By: buda

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D757
This commit is contained in:
Matej Ferencevic 2017-09-06 15:54:21 +02:00
parent 51ba4727bf
commit 6a1f083370

View File

@ -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: