Skip to content

Commit 606c4ea

Browse files
authored
DOCSP-19059: logging framework (#276)
* DOCSP-19059: logging framework * filling out * fixes and add section on component&lvl * example 1 * build * custom logger * first draft full * first pass fixes * wording fix * MW PR fixes 1 * link to logrus * MW PR fixes 2 * CC changes from discussion * moved tip * CC comments * change copyability * explain Mutex * tech review MD PV * remove import * fix dupl code
1 parent 5da136c commit 606c4ea

File tree

9 files changed

+650
-136
lines changed

9 files changed

+650
-136
lines changed

config/redirects

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ raw: ${prefix}/stable -> ${base}/current/
99

1010
[*-master]: ${prefix}/${version}/fundamentals/crud/read-operations/watch/ -> ${base}/${version}/fundamentals/crud/read-operations/changestream/
1111
[*-master]: ${prefix}/${version}/usage-examples/watch/ -> ${base}/${version}/usage-examples/changestream/
12-
[*-master]: ${prefix}/${version}/fundamentals/crud/run-command/ -> ${base}/${version}/fundamentals/run-command/
12+
[*-master]: ${prefix}/${version}/fundamentals/crud/run-command/ -> ${base}/${version}/fundamentals/run-command/
13+
[*-v1.11]: ${prefix}/${version}/fundamentals/logging/ -> ${base}/${version}/

source/fundamentals.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,13 @@ Fundamentals
1717
/fundamentals/aggregation
1818
/fundamentals/indexes
1919
/fundamentals/transactions
20+
/fundamentals/logging
2021
/fundamentals/run-command
2122
/fundamentals/collations
2223
/fundamentals/monitoring
2324
/fundamentals/gridfs
2425
/fundamentals/time-series
2526
/fundamentals/encrypt-fields
2627
/fundamentals/geo
27-
28-
..
29-
/fundamentals/logging
3028

3129
.. include:: /includes/fundamentals-sections.rst

0 commit comments

Comments
 (0)