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

Undesired Logging #2111

Closed
titusfortner opened this issue May 9, 2023 · 2 comments
Closed

Undesired Logging #2111

titusfortner opened this issue May 9, 2023 · 2 comments

Comments

@titusfortner
Copy link

Geckodriver outputs so much stuff to the console. My expectation is that I can pass in values to the driver with --log and only see the filtered output. Is this output intended not to be able to be filtered via the driver?

System

  • Version: 0.33
  • Platform: macOS
  • Firefox: 113
  • Selenium: 4.9.1

Testcase

This code:

  System.setProperty(GeckoDriverService.GECKO_DRIVER_LOG_LEVEL_PROPERTY, "FATAL");
  driver = new FirefoxDriver();

Starts the driver with:

[--port=35197, --websocket-port=10277, --allow-origins, http://127.0.0.1:10277, http://localhost:10277, http://[::1]:10277, --log, fatal]

Trace-level log

https://gist.github.com/titusfortner/22f2aa1b167041ba0fae3e1cf3c7ae71

@whimboo
Copy link
Collaborator

whimboo commented May 9, 2023

@titusfortner isn't that a dupe of issue #619?

@titusfortner
Copy link
Author

Ah, yes, looks like it. Thanks.

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

No branches or pull requests

2 participants