Skip to content

Commit

Permalink
DOCSP-19059: logging framework (mongodb#276)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
rustagir authored Jul 6, 2023
1 parent 5da136c commit 606c4ea
Show file tree
Hide file tree
Showing 9 changed files with 650 additions and 136 deletions.
3 changes: 2 additions & 1 deletion config/redirects
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ raw: ${prefix}/stable -> ${base}/current/

[*-master]: ${prefix}/${version}/fundamentals/crud/read-operations/watch/ -> ${base}/${version}/fundamentals/crud/read-operations/changestream/
[*-master]: ${prefix}/${version}/usage-examples/watch/ -> ${base}/${version}/usage-examples/changestream/
[*-master]: ${prefix}/${version}/fundamentals/crud/run-command/ -> ${base}/${version}/fundamentals/run-command/
[*-master]: ${prefix}/${version}/fundamentals/crud/run-command/ -> ${base}/${version}/fundamentals/run-command/
[*-v1.11]: ${prefix}/${version}/fundamentals/logging/ -> ${base}/${version}/
4 changes: 1 addition & 3 deletions source/fundamentals.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,13 @@ Fundamentals
/fundamentals/aggregation
/fundamentals/indexes
/fundamentals/transactions
/fundamentals/logging
/fundamentals/run-command
/fundamentals/collations
/fundamentals/monitoring
/fundamentals/gridfs
/fundamentals/time-series
/fundamentals/encrypt-fields
/fundamentals/geo

..
/fundamentals/logging

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

0 comments on commit 606c4ea

Please sign in to comment.