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

Revert the ability to collect debug logs from UI tests #1742

Open
PawelLipski opened this issue Oct 10, 2023 · 0 comments
Open

Revert the ability to collect debug logs from UI tests #1742

PawelLipski opened this issue Oct 10, 2023 · 0 comments
Labels
minor testing Relates to tests and testability

Comments

@PawelLipski
Copy link
Collaborator

IntelliJ 2023.3 removed com.intellij.diagnostic.DebugLogManager, and hence we needed to update Ide.configure accordingly at #1739.

This can be reverted when needed, but this time also with support for 2023.3+ versions. It looks that com.intellij.diagnostic.logs.LogLevelConfigurationManager needs to be used for 2023.3+ (and com.intellij.diagnostic.DebugLogManager
for versions that don't support LogLevelConfigurationManager).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
minor testing Relates to tests and testability
Projects
None yet
Development

No branches or pull requests

1 participant