Closed
Bug 1636888
Opened 5 years ago
Closed 5 years ago
Allow specifying entire rust modules in MOZ_LOG
Categories
(Core :: XPCOM, enhancement, P3)
Core
XPCOM
Tracking
()
RESOLVED
FIXED
mozilla79
| Tracking | Status | |
|---|---|---|
| firefox79 | --- | fixed |
People
(Reporter: valentin, Assigned: valentin)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
After bug 1624090 we can now use the gecko logger to log some rust components into the file specified by MOZ_LOG_FILE - or through the UI at about:networking#logging
However, each file to be logged needs to be specified, which is quite annoying. It would be nicer if instead of specifying all of the files as such style::invalidation::element::invalidation_map we could just say style::invalidation::* or similar, and that would include all paths under that.
| Assignee | ||
Comment 1•5 years ago
|
||
Pushed by valentin.gosu@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/3f282ed93a47
Allow specifying entire rust modules in MOZ_LOG r=froydnj
Comment 3•5 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox79:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla79
You need to log in
before you can comment on or make changes to this bug.
Description
•