No output / mails with Django 1.3/1.4

Issue #14 invalid
stefankoegl created an issue

I'm trying to run dogslow (both the latest release on PyPI and directly from the repository) with my Django app. I've configured it according to http://pypi.python.org/pypi/dogslow/, and I've even decreased DOGSLOW_TIMER down to one, but no output is written to DOGSLOW_OUTPUT, and no mails are sent, even though there are definitely requests that take more than a second.

Any ideas how to debug?

Comments (3)

  1. Erik van Zijst repo owner

    Hey Stefan, sorry for the late reply, but what does your settings file look like? Can you paste the Dogslow section, including the `MIDDLEWARE_CLASSES`?

  2. stefankoegl reporter

    Thanks for following up. I managed to resolve the problem in the meantime. I don't recall what the problem was, though ;)

  3. Log in to comment