``Engine`` can be modified at any time to turn logging on and
off. If set to the string ``"debug"``, result rows will be
printed to the standard output as well. This flag ultimately
- controls a Python logger; see `dbengine_logging` at the end of
- this chapter for information on how to configure logging
- directly.
+ controls a Python logger; see :ref:`dbengine_logging` for
+ information on how to configure logging directly.
:param echo_pool=False: if True, the connection pool will log
all checkouts/checkins to the logging stream, which defaults to
sys.stdout. This flag ultimately controls a Python logger; see
- `dbengine_logging` for information on how to configure logging
+ :ref:`dbengine_logging` for information on how to configure logging
directly.
:param encoding='utf-8': the encoding to use for all Unicode