Skip to content

Commit 7955b12

Browse files
author
Chris Cho
committed
DOCSP-33944: rename appName connection option (#814)
* DOCSP-33944: rename appName connection option (cherry picked from commit d2cf742)
1 parent de6cde2 commit 7955b12

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

source/fundamentals/connection/connection-options.txt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)