Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[🚀 Feature]: Default All Driver Log Output to dev/null #12016

Closed
titusfortner opened this issue May 9, 2023 · 5 comments · Fixed by #12136
Closed

[🚀 Feature]: Default All Driver Log Output to dev/null #12016

titusfortner opened this issue May 9, 2023 · 5 comments · Fixed by #12136
Assignees
Milestone

Comments

@titusfortner
Copy link
Member

Feature and motivation

This has always been the default behavior for Ruby.

I think a lot of people are annoyed with how much extra stuff gets sent to the console (especially Firefox — mozilla/geckodriver#619).

Once we document how to turn on logging for the drivers (I'm working on it), I think we should swallow the driver output by default and (maybe) direct people to the docs for how to turn it on/save it.

Usage example

n/a

@titusfortner
Copy link
Member Author

titusfortner commented May 25, 2023

.NET - defaults to no output
Ruby - defaults to no output
Python - defaults to no output, except for Firefox, which defaults to geckodriver.log
Java - defaults to stderr
JS - defaults to no output

@diemol
Copy link
Member

diemol commented May 31, 2023

During the meeting on 25.05.2023 it was decided to move browser driver output to dev/null.

@diemol
Copy link
Member

diemol commented Jun 3, 2023

Reopening because Python is still missing.

@diemol
Copy link
Member

diemol commented Jun 15, 2023

Implemented in Python via #12103

@diemol diemol closed this as completed Jun 15, 2023
Copy link

github-actions bot commented Dec 9, 2023

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked and limited conversation to collaborators Dec 9, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants