Skip to content

Commit d73dc9d

Browse files
committed
add logging overview
1 parent 4265714 commit d73dc9d

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

source/logging-and-monitoring.txt

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

23-
On this page, you can see copyable code examples that show common
24-
methods you can use to monitor and log events with {+driver-short+}.
23+
Learn how to set up logging and monitoring for your application in
24+
the following sections:
25+
26+
- :ref:`Logging <kotlin-sync-logging>`
27+
- :ref:`Monitoring <kotlin-sync-monitoring>`
28+
- :ref:`Change Streams <kotlin-sync-change-streams>`

source/logging-and-monitoring/logging.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _kotlin-sync-logging:
2+
13
=================
24
Log Driver Events
35
=================

source/logging-and-monitoring/monitoring.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _kotlin-sync-monitoring:
2+
13
==========================
24
Monitor Application Events
35
==========================

0 commit comments

Comments
 (0)