Skip to content

Bug 2047607 - fix: allow to set remote.log.level from --pref#101

Merged
juliandescottes merged 1 commit into
mozilla:mainfrom
juliandescottes:bug2047607
Jun 19, 2026
Merged

Bug 2047607 - fix: allow to set remote.log.level from --pref#101
juliandescottes merged 1 commit into
mozilla:mainfrom
juliandescottes:bug2047607

Conversation

@juliandescottes

@juliandescottes juliandescottes commented Jun 18, 2026

Copy link
Copy Markdown
Collaborator

This is a known limitation from geckodriver, which has to be able to drive the log level independently and does that by setting the preference remote.log.level.

The patch checks if remote.log.level is present in the user-provided preferences, and if so, translates the value to a geckodriver log level.

@juliandescottes

Copy link
Copy Markdown
Collaborator Author

Alternatively we could also introduce a dedicated command line argument (eg --geckodriver-log-level), but I feel like leaning into the existing cli arguments supported is better than pushing extra complexity towards users.

That being said, it implies users have to know about remote.log.level, I guess I should at least add it in the documentation.

@juliandescottes juliandescottes requested a review from padenot June 19, 2026 11:32
@juliandescottes

Copy link
Copy Markdown
Collaborator Author

Tagging @padenot for review, since this is about getting better logs :)

@juliandescottes juliandescottes merged commit 592fc9d into mozilla:main Jun 19, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants