@@ -716,7 +716,7 @@ root logger section is given below.
716
716
717
717
The ``level `` entry can be one of ``DEBUG, INFO, WARNING, ERROR, CRITICAL `` or
718
718
``NOTSET ``. For the root logger only, ``NOTSET `` means that all messages will be
719
- logged. Level values are :func: ` eval ` \ uated in the context of the ``logging ``
719
+ logged. Level values are :ref: ` evaluated < func- eval>` in the context of the ``logging ``
720
720
package's namespace.
721
721
722
722
The ``handlers `` entry is a comma-separated list of handler names, which must
@@ -763,13 +763,13 @@ handler. If blank, a default formatter (``logging._defaultFormatter``) is used.
763
763
If a name is specified, it must appear in the ``[formatters] `` section and have
764
764
a corresponding section in the configuration file.
765
765
766
- The ``args `` entry, when :func: ` eval ` \ uated in the context of the ``logging ``
766
+ The ``args `` entry, when :ref: ` evaluated < func- eval>` in the context of the ``logging ``
767
767
package's namespace, is the list of arguments to the constructor for the handler
768
768
class. Refer to the constructors for the relevant handlers, or to the examples
769
769
below, to see how typical entries are constructed. If not provided, it defaults
770
770
to ``() ``.
771
771
772
- The optional ``kwargs `` entry, when :func: ` eval ` \ uated in the context of the
772
+ The optional ``kwargs `` entry, when :ref: ` evaluated < func- eval>` in the context of the
773
773
``logging `` package's namespace, is the keyword argument dict to the constructor
774
774
for the handler class. If not provided, it defaults to ``{} ``.
775
775
0 commit comments