django-axes/docs
Aleksi Häkli b569cdb991 Deprecate settings.AXES_LOGGER configuration flag
Fixes #634

The Django import system seems to produce errors
in certain configurations and especially when
MIGRATION_MODULES configuration is set globally.

This is most probably caused by misbehaving or cyclic
Python module imports in the Django application
instrumentatation chain that come up when the
MIGRATION_MODULES configuration is altered.

This patch migrates to the standard Python logging system
use and has less overhead and complexity for users as well.

Having a configurable logging prefix does not produce
a lot of benefits and is less flexible than having
all individual module logging configurations accessible
through the module __name__ parameter in Axes.

For example axes.handlers.* or axes.backends.*
are separately configurable in the new scheme
whereas they would have been both bundled under
the AXES_LOGGER log configuration.
2020-09-26 21:44:56 +03:00
..
images Improve documentation 2019-06-02 13:23:52 +03:00
1_requirements.rst Update Python version support information in the docs 2019-05-01 18:38:59 +03:00
2_installation.rst Improve notes on atomic requests 2020-09-06 00:02:41 +03:00
3_usage.rst Update docs 2019-07-09 15:07:27 +02:00
4_configuration.rst Deprecate settings.AXES_LOGGER configuration flag 2020-09-26 21:44:56 +03:00
5_customization.rst Fix note block syntax in docs 2019-05-19 18:32:40 +03:00
6_integration.rst Changed url() to path() 2020-09-10 21:21:32 +03:00
7_architecture.rst Improve documentation 2019-06-02 13:23:52 +03:00
8_reference.rst Improve lockout and request handling 2019-05-19 18:32:40 +03:00
9_development.rst Improve documentation 2019-05-01 18:28:29 +03:00
10_changelog.rst Add changelog to documentation 2019-05-03 21:20:45 +03:00
conf.py PEP8 formatting 2019-10-15 23:04:29 +03:00
index.rst Update docs headers (#487) 2019-08-30 17:40:21 +03:00
Makefile Added readthedocs 2016-07-30 16:48:50 +02:00