Closed
Bug 1413210
Opened 8 years ago
Closed 8 years ago
clean up logging in webapp
Categories
(Socorro :: General, task)
Socorro
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: willkg, Assigned: willkg)
References
Details
Attachments
(1 file)
The webapp settings have a bunch of logging-related bits that look like vestiges of CEF and playdoh days. Further, the LOGGING_CONFIG setting probably causes LOGGING to be completely ignored. Further further, we want to log py.warnings things because those are good things to see.
This bug covers cleaning that up.
| Assignee | ||
Updated•8 years ago
|
Assignee: nobody → willkg
Status: NEW → ASSIGNED
| Assignee | ||
Comment 1•8 years ago
|
||
| Assignee | ||
Comment 2•8 years ago
|
||
Making this block the metrics bug because we want Markus logging stats in the local dev environment and that doesn't work until logging configuration is squared away.
Blocks: 1412590
Comment 3•8 years ago
|
||
Commits pushed to master at https://github.com/mozilla-services/socorro
https://github.com/mozilla-services/socorro/commit/6c66ba2288b00f5cfa1c20f74e00bc87879b3351
fixes bug 1413210 - Clean up logging configuration
This cleans up the logging configuration and removes vestiges of CEF and playdoh
which we don't use anymore.
This also adds py.warnings because we really want to see those so we can fix
them which will reduce future headaches.
https://github.com/mozilla-services/socorro/commit/5887d53a4435b6e9a2d90fbbaccf02b421bf3077
Merge pull request #4067 from willkg/1413210-logging
fixes bug 1413210 - Clean up logging configuration
Updated•8 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 4•8 years ago
|
||
I checked -stage webapp logging and it looks fine. This is good to go to -prod.
You need to log in
before you can comment on or make changes to this bug.
Description
•