Skip to content

Commit 4fb1198

Browse files
committed
wip
1 parent de05238 commit 4fb1198

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

source/logging-and-monitoring.txt

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,12 @@ Monitoring and Logging
2020
Overview
2121
--------
2222

23-
In this guide, you can learn how to configure **monitoring** in {+driver-short+}
24-
by using {+driver-short+}'s callback-based interface. Monitoring is the process of
23+
In this guide, you can learn how to configure **monitoring** and **logging** in {+driver-short+}
24+
by using its callback-based interface. Monitoring is the process of
2525
gathering information about your application's performance and resource usage as it runs.
26-
This can help you make informed decisions when designing and debugging your application.
27-
28-
This guide also covers **logging**, which lets you record information obtained during
29-
monitoring to an external log.
26+
Logging is the process of recording this information to an external log.
27+
These mechanisms can help you make informed decisions when designing and debugging
28+
your application.
3029

3130
Event Types
3231
-----------

0 commit comments

Comments
 (0)