Skip to content

Commit

Permalink
fixing documentation errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Guy Baron authored Dec 14, 2019
1 parent cd2c922 commit 60007d8
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions docs/LOGGING.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,8 @@ func SomeHandler(invocation gbus.Invocation, message *gbus.BusMessage) error{
}
```
grabbit makes it easier handling these cases and reduce the repetitive task of logging
<<<<<<< HEAD
<<<<<<< HEAD
these custom contextual attributes in cases of errors by integrating the [emperror errors package](https://github.com/emperror/errors).
=======
these custom contextual attributes in cases of errors by integrating the [emperror errors package] (https://github.com/emperror/errors).
>>>>>>> Fix logging and added logging documentation (#176)
=======
these custom contextual attributes in cases of errors by integrating the [emperror errors package](https://github.com/emperror/errors).
>>>>>>> added documentation on serialization support (#177)

emperror drop-in replacement for the default errors package allows developers to add the needed contextual data on the error instance and have graabit log the error with all contextual attribute.

```go
Expand Down

0 comments on commit 60007d8

Please sign in to comment.