Description:
When using mintapi in a VS Code environment, the console is filled with extensive logs, mainly generated by the underlying Selenium WebDriver. These logs clutter the console output and make it difficult to identify and read the relevant information. The same issue is not observed in the PyCharm IDE.
Steps to Reproduce:
Run a script that uses mintapi to fetch transactions in VS Code.
Observe the excessive WebDriver logs printed to the console.
Expected Behavior:
Console output should be minimal, containing only the necessary information or errors for debugging.
Actual Behavior:
Console is cluttered with excessive WebDriver logs.
Proposed Solution:
Provide an option to suppress WebDriver logs or provide a feature to configure the log level.
Additional Information:
Environment: Windows, Python 3.9.13
mintapi version: 2.14 (with updated signIn, browser, endpoints)
The problem is specific to the VS Code environment.
Description:
When using mintapi in a VS Code environment, the console is filled with extensive logs, mainly generated by the underlying Selenium WebDriver. These logs clutter the console output and make it difficult to identify and read the relevant information. The same issue is not observed in the PyCharm IDE.
Steps to Reproduce:
Run a script that uses mintapi to fetch transactions in VS Code.
Observe the excessive WebDriver logs printed to the console.
Expected Behavior:
Console output should be minimal, containing only the necessary information or errors for debugging.
Actual Behavior:
Console is cluttered with excessive WebDriver logs.
Proposed Solution:
Provide an option to suppress WebDriver logs or provide a feature to configure the log level.
Additional Information:
Environment: Windows, Python 3.9.13
mintapi version: 2.14 (with updated signIn, browser, endpoints)
The problem is specific to the VS Code environment.