@@ -541,9 +541,8 @@ Place the following in one of environment configuration files, such as
541
541
542
542
.. note::
543
543
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.
547
546
548
547
To configure either Mongoid or driver logger differently from the Rails logger,
549
548
use an initializer as follows:
@@ -590,8 +589,8 @@ Standalone
590
589
----------
591
590
592
591
When 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:
595
594
596
595
.. code-block:: yaml
597
596
@@ -830,7 +829,7 @@ Client-Side Encryption
830
829
When loading the configuration file, Mongoid permits the file to contain
831
830
``BSON::Binary`` instances which are used for specifying ``keyId`` in
832
831
the 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/>`_,
834
833
as the following example shows:
835
834
836
835
.. code-block:: yaml
0 commit comments