We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ceec084 commit dd26f3dCopy full SHA for dd26f3d
source/fundamentals/connection/mongoclientsettings.txt
@@ -183,6 +183,15 @@ This example demonstrates specifying a ``ConnectionString``:
183
expects to connect to an available socket within ``5 SECONDS`` before
184
timing out.
185
186
+.. tip:: Log Your Settings
187
+
188
+ To log the ``MongoClient`` instance settings,
189
+ set the ``org.mongodb.driver.client`` named
190
+ logger to the ``INFO`` level.
191
192
+ To learn more about logging with the {+driver-long+}, see the
193
+ :ref:`java-fundamentals-logging` guide.
194
195
.. _mcs-cluster-settings:
196
197
Cluster Settings
source/fundamentals/logging.txt
@@ -1,3 +1,5 @@
1
+.. _java-fundamentals-logging:
2
3
=======
4
Logging
5
0 commit comments