Skip to content

Commit 45e84ff

Browse files
committed
Improve visibility of request logger link in logging manual page
1 parent e9eefad commit 45e84ff

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

manual/core/logging/README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
* based on SLF4J.
66
* config file examples for Logback and Log4J.
77

8+
**If you're looking for information about the request logger, see the [request
9+
tracker](../request_tracker/#request-logger) page.**
10+
811
-----
912

1013
The driver uses [SLF4J] as a logging facade. This allows you to plug in your preferred logging
@@ -107,11 +110,6 @@ investigate an issue.
107110
Keep in mind that they are quite verbose, in particular TRACE. It's a good idea to only enable them
108111
on a limited set of categories.
109112

110-
### Logging request latencies
111-
112-
The driver provides a built-in component to log the latency and outcome of every application
113-
request. See the [request tracker](../request_tracker/#request-logger) page for more details.
114-
115113
### Configuration examples
116114

117115
#### Logback

0 commit comments

Comments
 (0)