Skip to content

Commit

Permalink
tweak overview
Browse files Browse the repository at this point in the history
  • Loading branch information
mahmoud committed May 29, 2016
1 parent 0f095c5 commit ab4e5a1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -142,9 +142,8 @@ useful sink::
app_log.add_sink(agg_sink)

Now, we have a technically complete system. At any given point after
this, the last 100 events passing through the system will be available
inside the AggregateSink.

this, the last 100 events that passed through our application log will
be available inside the AggregateSink.

Structured logging is a critical step for many applications. The
ability to parse and load logs opens up many new roads in debugging,
Expand Down

0 comments on commit ab4e5a1

Please sign in to comment.