Skip to content

Commit 60007d8

Browse files
author
Guy Baron
authored
fixing documentation errors
1 parent cd2c922 commit 60007d8

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

docs/LOGGING.md

+1-8
Original file line numberDiff line numberDiff line change
@@ -54,15 +54,8 @@ func SomeHandler(invocation gbus.Invocation, message *gbus.BusMessage) error{
5454
}
5555
```
5656
grabbit makes it easier handling these cases and reduce the repetitive task of logging
57-
<<<<<<< HEAD
58-
<<<<<<< HEAD
5957
these custom contextual attributes in cases of errors by integrating the [emperror errors package](https://github.com/emperror/errors).
60-
=======
61-
these custom contextual attributes in cases of errors by integrating the [emperror errors package] (https://github.com/emperror/errors).
62-
>>>>>>> Fix logging and added logging documentation (#176)
63-
=======
64-
these custom contextual attributes in cases of errors by integrating the [emperror errors package](https://github.com/emperror/errors).
65-
>>>>>>> added documentation on serialization support (#177)
58+
6659
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.
6760

6861
```go

0 commit comments

Comments
 (0)