Skip to content

Commit

Permalink
Merge pull request #636 from skhoroshavin/log-processor
Browse files Browse the repository at this point in the history
Log processor: minor fixes
  • Loading branch information
ashcherbakov authored Apr 19, 2018
2 parents 6090d21 + 4e65996 commit 058c32d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/process_logs/process_logs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ matchers:

message_event:
- message_sending:
- message_inbox:
- message_received:

message_sending:
- message: "sending message"

message_inbox:
- message: "appending to nodeInbox"
message_received:
- message: "received node message from"

#########################################################################
# Network matchers
Expand Down Expand Up @@ -98,13 +98,13 @@ matchers:
- message: transmitting message
- message: You can find logs in
- message: created a PRE-PREPARE
- message: appending to nodeInbox
- message: next check for retries
- message: requesting PREPARE for
- message: into fewer transmissions
- message: processing a batch BATCH
- message: requesting PREPREPARE for
- message: missing PRE-PREPAREs from
- message: received node message from
- message: Setting handler for SIGINT
- message: Setting handler for SIGTERM
- message: checking its request amount
Expand Down

0 comments on commit 058c32d

Please sign in to comment.