Closed
Bug 707290
Opened 13 years ago
Closed 11 years ago
Add CEF logging for file uploads
Categories
(addons.mozilla.org Graveyard :: Code Quality, defect)
addons.mozilla.org Graveyard
Code Quality
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: clouserw, Unassigned)
Details
Format is:
log_cef("File Upload", 5, environ, config, username, "VALIDUPLOAD", msg="User uploaded a file.", file=filename, fileType=mimetype)
log_cef("File Failed Upload", 5, environ, config, username, "INVALIDUPLOAD", msg="User uploaded an invalid file.", file=filename, fileType=mimetype)
Not all file uploads go through a place we can log easily, but this bug is to get the main places.
| Reporter | ||
Comment 1•11 years ago
|
||
Thanks for filing this. Due to resource constraints we are closing bugs which we won't realistically be able to fix. If you have a patch that applies to this bug please reopen.
For more info see http://micropipes.com/blog/2014/09/24/the-great-add-on-bug-triage/
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WONTFIX
| Assignee | ||
Updated•9 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•