Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add rotate file handler to default settings #228

Open
nitely opened this issue Jan 18, 2018 · 1 comment
Open

Add rotate file handler to default settings #228

nitely opened this issue Jan 18, 2018 · 1 comment

Comments

@nitely
Copy link
Owner

nitely commented Jan 18, 2018

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
Copy link
Owner Author

nitely commented Mar 3, 2019

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',
        },

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant