Closed
Bug 2013552
Opened 7 months ago
Closed 7 months ago
Fix SecurityLogger log prefix tag for MLSecurity
Categories
(Core :: Machine Learning: General, defect)
Core
Machine Learning: General
Tracking
()
RESOLVED
FIXED
149 Branch
| Tracking | Status | |
|---|---|---|
| firefox149 | --- | fixed |
People
(Reporter: rconcepcion, Assigned: simonf)
References
Details
(Whiteboard: [genai])
Attachments
(2 files)
In https://searchfox.org/firefox-main/source/toolkit/components/ml/security/SecurityLogger.sys.mjs#7-30, the doc comment suggests filtering for SecurityLogger. It should be [MLSecurity].
Steps to Reproduce
- Run
./mach run --setpref browser.ml.logLevel=Debug - Open up the Browser Console
- Open Smart Window
- Enter and send text in Smart Window and click Ask
- Search for
SecurityLoggerin the Browser Logs (as instructed in the doc comment)
Expected
The Browser Console logs should display logs captured by the SecurityLogger
Actual
No Browser Console logs are displayed
Fix
Update the doc comment to instruct devs to filter by searching for MLSecurity instead of SecurityLogger
Updated•7 months ago
|
| Assignee | ||
Comment 1•7 months ago
|
||
Updated•7 months ago
|
Assignee: nobody → sfriedberger
Status: NEW → ASSIGNED
Pushed by sfriedberger@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/9c0d55f8ae11
https://hg.mozilla.org/integration/autoland/rev/c44fcf84d806
Simplify ML Security log message usage r=rconcepcion,ai-ondevice-reviewers
Comment 3•7 months ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 7 months ago
status-firefox149:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 149 Branch
Updated•6 months ago
|
QA Whiteboard: [qa-triage-done-c150/b149]
You need to log in
before you can comment on or make changes to this bug.
Description
•