Skip to content
This repository has been archived by the owner on Jan 16, 2023. It is now read-only.

Management command should lower log level pending verbosity #138

Open
ghost opened this issue Jul 7, 2019 · 1 comment
Open

Management command should lower log level pending verbosity #138

ghost opened this issue Jul 7, 2019 · 1 comment
Labels

Comments

@ghost
Copy link

ghost commented Jul 7, 2019

There's an informational logging message in the etag implementation:

logger.info("%s: Hashes did not match" % path)

This is shown if collectstatic is run with verbosity 0 and should not be. This can be fixed in the management command by using logging.disable() if verbosity is zero.

@antonagestam
Copy link
Owner

Logging needs a major overhaul. The management command needs to somehow be setup so that loggers in other modules uses the management command logging facilities.

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

No branches or pull requests

1 participant