You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,11 +40,11 @@ How to get request id in my application?
40
40
41
41
### Monolog processor
42
42
43
-
We provide simple [Monolog](https://github.com/Seldaek/monolog)[processor](MonologProcessor.php) to add request it to every log entry!
43
+
We provide simple [Monolog](https://github.com/Seldaek/monolog)[processor](src/MonologProcessor.php) to add request it to every log entry!
44
44
45
45
### Request decorator
46
46
47
-
[RequestDecorator](RequestDecorator.php) adds header with request id to your request object. It's useful when your microservices communicates between using PSR-7 HTTP messages e.g. [Guzzle](https://github.com/guzzle/guzzle).
47
+
[RequestDecorator](src/RequestDecorator.php) adds header with request id to your request object. It's useful when your microservices communicates between using PSR-7 HTTP messages e.g. [Guzzle](https://github.com/guzzle/guzzle).
0 commit comments