Spirit icon indicating copy to clipboard operation
Spirit copied to clipboard

Add rotate file handler to default settings

Open nitely opened this issue 7 years ago • 1 comments

And put it in order: "console", "file", "mail_admins" (coz if there's an error with email then file never get logged). Make it max 1 (or 2 if 1 is not allowed) file of 10MB or so.

nitely avatar Jan 18 '18 04:01 nitely

See if there is a way to log deprecation warnings (just deprecations) for Spirit. Add level error to the email handler, to void user mistakes.

        'mail_admins': {
            'class': 'django.utils.log.AdminEmailHandler',
            'filters': ['require_debug_false'],
            'level': 'ERROR',
        },

nitely avatar Mar 03 '19 00:03 nitely