memgraph/src
Matija Santl 29ba055b64 Add custom VLOGs for distributed memgraph
Summary:
Add different priority VLOGs for distributed memgraph.

For level 3 you'll get logs for dispatching/consuming plans.
For level 4 you'll get logs for tx start/commit/abort, remote produce, remote
pull, remote result consume,
For level 5 there will be a log for each request/response made by the RPC
client.

Master log snippet P9
Worker log snippet P10

Reviewers: florijan, teon.banek

Reviewed By: florijan

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D1296
2018-03-26 09:24:39 +02:00
..
communication Add custom VLOGs for distributed memgraph 2018-03-26 09:24:39 +02:00
data_structures Fix flaky concurrent list test 2018-02-19 12:49:38 +01:00
database Add custom VLOGs for distributed memgraph 2018-03-26 09:24:39 +02:00
distributed Tidyup distributed stuff naming 2018-03-23 16:32:29 +01:00
durability Add custom VLOGs for distributed memgraph 2018-03-26 09:24:39 +02:00
io/network Fix socket file descriptor leaks 2018-03-05 10:41:55 +01:00
mvcc Make Version destructor non-recursive 2018-03-15 11:12:51 +01:00
query Add custom VLOGs for distributed memgraph 2018-03-26 09:24:39 +02:00
stats Add custom VLOGs for distributed memgraph 2018-03-26 09:24:39 +02:00
storage Tidyup distributed stuff naming 2018-03-23 16:32:29 +01:00
threading Use ThreadPool for async RPC 2018-03-21 09:55:04 +01:00
transactions Add custom VLOGs for distributed memgraph 2018-03-26 09:24:39 +02:00
utils Fix recovery bug (transaction ID bumping) 2018-03-23 10:09:04 +01:00
CMakeLists.txt Tidyup distributed stuff naming 2018-03-23 16:32:29 +01:00
config.hpp Make csv_to_snapshot more user friendly 2017-10-26 09:37:56 +02:00
memgraph_bolt.cpp Fix Bolt timeout check 2018-02-26 18:18:01 +01:00
version.hpp.in Add version.hpp.in and display it on '--version' flag 2017-09-27 09:04:44 +02:00