Section
8.1.3
Top Level
Sub Level
General
The application should have a separate security log (or should mark log entries that are security relevant).
Django
You can use a separate logger object for security logging. Also, logger objects can set up multiple handler objects. See the logging module's documentation for configuration examples.