@@ -541,9 +541,8 @@ Place the following in one of environment configuration files, such as
541541
542542.. note::
543543
544- The ``log_level`` Mongoid `configuration option <configuration-options>`_
545- is not used when Mongoid operates in a Rails application, because Mongoid
546- inherits Rails' log level in this case.
544+ The ``log_level`` Mongoid configuration option is not used when Mongoid operates
545+ in a Rails application, because Mongoid inherits Rails' log level in this case.
547546
548547To configure either Mongoid or driver logger differently from the Rails logger,
549548use an initializer as follows:
@@ -590,8 +589,8 @@ Standalone
590589----------
591590
592591When not loaded in a Ruby on Rails application, Mongoid respects the
593- ``log_level`` top level ` configuration option <configuration-options>`_.
594- It can be given in the configuration file as follows:
592+ ``log_level`` top level configuration option. It can be given in the
593+ configuration file as follows:
595594
596595.. code-block:: yaml
597596
@@ -830,7 +829,7 @@ Client-Side Encryption
830829When loading the configuration file, Mongoid permits the file to contain
831830``BSON::Binary`` instances which are used for specifying ``keyId`` in
832831the schema map for `client-side encryption
833- <https://www.mongodb.com/docs/ruby-driver/current/reference/client-side-encryption/>`_,
832+ <https://www.mongodb.com/docs/ruby-driver/current/reference/in-use-encryption/ client-side-encryption/>`_,
834833as the following example shows:
835834
836835.. code-block:: yaml
0 commit comments