Skip to content

Commit d2cf742

Browse files
author
Chris Cho
authored
DOCSP-33944: rename appName connection option (#814)
* DOCSP-33944: rename appName connection option
1 parent 0cf95d4 commit d2cf742

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)