DeprecationWarning: You have no filters defined on the 'mail_admins' logging handler

こんなWarningが出てたので調べた。

DeprecationWarning: You have no filters defined on the 'mail_admins' logging handler: adding implicit debug-false-only filter. See http://docs.djangoproject.com/en/dev/releases/1.4/#request-exceptions-are-now-always-logged
DeprecationWarning)

settings.DEBUG=Falseでメールが送信されないようにするため設定するものだった

参考 : ロギング ― Django 1.4 documentation

Django1.5でstartprojectしたら最初から設定されていた。

別の古いプロジェクトからログ周りの設定を移植してきていたっぽい。