We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3aaea86 commit 30dbea0Copy full SHA for 30dbea0
setup.py
@@ -7,9 +7,9 @@
7
**Flask-Log-Request-Id** is an extension for `Flask`_ that can parse and handle
8
the request-id sent by request processors like `Amazon ELB`_, `Heroku Request-ID`_
9
or any multi-tier infrastructure as the one used at microservices. A common
10
-usage scenario is to inject the request\_id in the logging system so that all
+usage scenario is to inject the request\\_id in the logging system so that all
11
log records, even those emitted by third party libraries, have attached the
12
-request\_id that initiated their call. This can greatly improve tracing and debugging of problems.
+request\\_id that initiated their call. This can greatly improve tracing and debugging of problems.
13
14
15
Features
0 commit comments