Re: Please help: urgent deployment problem with django post office

2014-10-03 Thread Brad Pitcher
If you want to simply disable logging, you could try setting the LOG_LEVEL to 0: POST_OFFICE = { 'LOG_LEVEL': 0 # Don't log anything } On Fri, Oct 3, 2014 at 4:55 AM, Sabine Maennel wrote: > Hello Collins, I need post office for other purposes not for error >

Re: Please help: urgent deployment problem with django post office

2014-10-03 Thread Sabine Maennel
Hello Collins, I need post office for other purposes not for error logging. I worte an issue in their issue queue, this is what they wrote back: >>As explained by @RafRaf , the emails are sent by BrokenLinkEmailsMiddleware, you can disable it insettings.py if you

Re: Please help: urgent deployment problem with django post office

2014-10-02 Thread Collin Anderson
It seems like django-post_office recommends using sentry for the errors. Getting a better feel for your situation: Why django-post_office at all? What's wrong with the error emails getting logged? -- You received this message because you are subscribed to the Google Groups "Django users"

Re: Please help: urgent deployment problem with django post office

2014-10-02 Thread Sabine Maennel
Dear Erik, I do not really care about the errors. They are not so hard to fix but I do not like that they are written into my database by this app: https://github.com/ui/django-post_office. Well maybe I should rather ask on github what to do. Thanks so for replying and giving me that idea.

Re: Please help: urgent deployment problem with django post office

2014-10-02 Thread Sabine Maennel
Sorry your are so right. I will do that immediately. Thanks a lot. Am Donnerstag, 2. Oktober 2014 19:00:48 UTC+2 schrieb Tundebabzy: > > You should also change your email password immediately because you just > exposed it to the whole world > On 2 Oct 2014 15:52, "Erik Cederstrand"

Re: Please help: urgent deployment problem with django post office

2014-10-02 Thread Babatunde Akinyanmi
You should also change your email password immediately because you just exposed it to the whole world On 2 Oct 2014 15:52, "Erik Cederstrand" wrote: > > Den 02/10/2014 kl. 16.37 skrev Sabine Maennel : > > > Please help! > > > > I want to

Re: Please help: urgent deployment problem with django post office

2014-10-02 Thread Erik Cederstrand
Den 02/10/2014 kl. 16.37 skrev Sabine Maennel : > Please help! > > I want to deploy tomorrow. The problem is that django post office logs > INTERNAL Errors into the the table "postoffice_emails". I do not know why. It > is about some broken links. I guess I can fix

Please help: urgent deployment problem with django post office

2014-10-02 Thread Sabine Maennel
*Please help! * I want to deploy tomorrow. The problem is that django post office logs INTERNAL Errors into the the table "postoffice_emails". I do not know why. It is about some broken links. I guess I can fix the links, but still I do not want to spam my database with that sort of reporting.