Closed
Bug 877283
Opened 12 years ago
Closed 12 years ago
[socorro-crashstats] Remove ADMIN email now that we have ErrorMill
Categories
(Infrastructure & Operations Graveyard :: WebOps: Other, task)
Infrastructure & Operations Graveyard
WebOps: Other
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: peterbe, Assigned: cturra)
Details
We now have ErrorMill working for socorro-crashstats stage (https://crash-stats-django.allizom.org) and prod (https://crash-stats-django.mozilla.org/)
So, can you please remove the socorro email address from the settings/local.py on those two sites.
| Reporter | ||
Comment 1•12 years ago
|
||
:jezdez, should we edit the logging settings or should we edit the ADMINS list?
Comment 2•12 years ago
|
||
(In reply to Peter Bengtsson [:peterbe] from comment #1)
> :jezdez, should we edit the logging settings or should we edit the ADMINS
> list?
The AdminEmailHandler uses django.core.mail.mail_admins to send out the emails, which uses the setting. To keep surprises from happening I would only remove the logging handler but keep the ADMINS setting in case we want to use that mail_admins function in the future.
| Assignee | ||
Comment 3•12 years ago
|
||
i agree with :jezdez. how would you like us to update the settings/local.py file to reflect this?
Assignee: server-ops-webops → cturra
Flags: needinfo?(peterbe)
OS: Mac OS X → All
Hardware: x86 → All
| Reporter | ||
Comment 4•12 years ago
|
||
:cturra I think need to fix this in code.
...after lunch :)
Flags: needinfo?(peterbe)
| Assignee | ||
Comment 5•12 years ago
|
||
:peterbe - if that's the case, should we close this bug as r/invalid?
| Assignee | ||
Comment 6•12 years ago
|
||
closing this off as r/invalid since it will be solved in code versus a config change.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → INVALID
Updated•12 years ago
|
Component: Server Operations: Web Operations → WebOps: Other
Product: mozilla.org → Infrastructure & Operations
Updated•6 years ago
|
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•