Extend HTTP Logging to include Neqo, PSM and NSS.
Categories
(Core :: Networking, enhancement, P3)
Tracking
()
People
(Reporter: djackson, Unassigned)
References
Details
(Whiteboard: [necko-triaged])
Since the profiler now includes HTTP Logging, its much easier to gather logs from impacted users. We should invest in this functionality and widen the logged modules. This will require tweaks to the presets in about:logging, as well as some work to bring NSS's logging in line with Firefox's logging framework.
Comment 1•2 years ago
|
||
It seems we have a few logging modules for PSM.
I'm not sure if NSS is properly hooked up to our log modules or not.
Do you have any concerns about private information that might be logged by those modules?
Comment 2•2 years ago
|
||
Note that we can just have the user load a link about:logging?modules=sync,timestamp,nsHttp:5,[othermodules]
whenever we need more specific information.
Reporter | ||
Comment 3•9 months ago
|
||
I don't have any concerns about private information - there certainly shouldn't be anything in there that is more sensitive than already included information in http logs like the domain being connected to. Hooking up those logs to the default request might be quite valuable, but will also need some work to make sure the logging levels are set appropriately.
Description
•