File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
source/fundamentals/connection Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -17,13 +17,14 @@ parameters of the connection URI to specify the behavior of the client.
1717 - Default Value
1818 - Description
1919
20- * - **appname **
20+ * - **appName **
2121 - string
2222 - ``null``
2323 - Specifies the app name the driver passes to the server in the client
24- metadata as part of the connection handshake. The server prints the
25- ``appname`` to the MongoDB logs upon establishing the connection.
26- It is also recorded in the slow query logs and profile collections.
24+ metadata as part of the connection handshake. The driver sends the
25+ ``appName`` value to MongoDB when establishing the connection.
26+ This value is recorded in the log file, the slow query logs, and
27+ profile collections.
2728
2829 * - **authMechanism**
2930 - string
You can’t perform that action at this time.
0 commit comments