Skip to content

(DOCSP-18989): Remove note about mongosh custom app name #5948

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 7, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions source/reference/connection-string.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1233,8 +1233,10 @@ Miscellaneous Configuration
- the :data:`system.profile.appName` field in the :doc:`database
profiler </reference/database-profiler>` output.

If you do not specify a custom app name, :binary:`~bin.mongosh`
uses the default "``MongoDB Shell``".
The :urioption:`appName` connection option is only applicable
when provided to a :ecosystem:`MongoDB Driver </>`. This
parameter has no effect when supplied to a client application
such as :compass:`MongoDB Compass </>` or :binary:`~bin.mongosh`.

.. versionadded:: 4.0

Expand Down