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

Bootstrap compression showing lots of warning messages #1061

Open
bmoe872 opened this issue May 28, 2021 · 0 comments
Open

Bootstrap compression showing lots of warning messages #1061

bmoe872 opened this issue May 28, 2021 · 0 comments

Comments

@bmoe872
Copy link

bmoe872 commented May 28, 2021

We're currently using Django Compressor to compress our CSS files, this includes statically hosted Bootstrap files. When we compress we see a lot of error messages like:

WARNING: The `make-container-max-widths` mixin has been deprecated as of v4.5.2. It will be removed entirely in v5.

Is there anyway to disable these messages?

I've tried adding:

"compressor": {"handlers": ["console"], "level": "ERROR", "propagate": False},

To loggers in my settings.py, but that isn't disabling these messages.

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

No branches or pull requests

1 participant