diff --git a/CHANGES/3783.doc b/CHANGES/3783.doc new file mode 100644 index 00000000000..f720eb8f333 --- /dev/null +++ b/CHANGES/3783.doc @@ -0,0 +1 @@ +Update documentation reference to the default access logger. diff --git a/docs/logging.rst b/docs/logging.rst index ac1ae404742..f82537a2c13 100644 --- a/docs/logging.rst +++ b/docs/logging.rst @@ -93,7 +93,7 @@ The default access log format is:: *access_log_class* introduced. -Example of a drop-in replacement for :class:`aiohttp.helpers.AccessLogger`:: +Example of a drop-in replacement for the default access logger:: from aiohttp.abc import AbstractAccessLogger