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.
17
17
- Default Value
18
18
- Description
19
19
20
- * - **appname **
20
+ * - **appName **
21
21
- string
22
22
- ``null``
23
23
- 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.
27
28
28
29
* - **authMechanism**
29
30
- string
You can’t perform that action at this time.
0 commit comments