graphite-dev team mailing list archive
-
graphite-dev team
-
Mailing list archive
-
Message #02402
Re: [Question #192863]: Error logs spammed with DeprecationWarnings
Question #192863 on Graphite changed:
https://answers.launchpad.net/graphite/+question/192863
Status: Open => Answered
Michael Leinartas proposed the following answer:
It looks like this DeprecationWarning is from mod_python itself. You
could patch mod_python (either by hand or by updating the package) to
use 'from hashlib import md5' instead of 'import md5' if it's a
nuisance. Other than the log spam it shouldnt affect anything though.
--
You received this question notification because you are a member of
graphite-dev, which is an answer contact for Graphite.