From 7e49f3e0c8b6abd1dd48637cd6606962c2b99830 Mon Sep 17 00:00:00 2001 From: Edward Muller Date: Wed, 18 Feb 2015 16:40:21 -0800 Subject: [PATCH] Update README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a0a685b..597f451 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,9 @@ Rollrus is what happens when [Logrus](https://github.com/Sirupsen/logrus) meets [Roll](https://github.com/stvp/roll). -When a .Error, .Fatal or .Panic logging function is called report the details to rollbar +When a .Error, .Fatal or .Panic logging function is called, report the details to rollbar via a Logrus hook. + +Delivery is synchronous to help ensure that logs are delivered. # Usage