-
Notifications
You must be signed in to change notification settings - Fork 168
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
Exception on 2024.2 EAP platform: call '#setLevel(LogLevel)' instead #283
Comments
We can't use the new logging without dropping support for older Jetbrains IDE versions. For now, ignoring the logging exception with f9b81ea, released in v14.3.14. The long term solution is creating a new legacy plugin repo and marketplace listing for older IDEs, then upgrading the SDK used by this plugin to support the newer IDEs. |
I still get this exception reported even with 14.3.14:
|
Fixed with 821a9d8. |
Your fix looks fine, but I am sorry to report the issue persists: java.lang.Throwable: Do not use, call '#setLevel(LogLevel)' instead I do not know how exactly IDEA decides what to report as a crash report. Are you sure you want to call |
But Log4j2 uses |
The SDK we currently target doesn't know about |
FYI still seeing this with WakaTime 15.0.1 on IntelliJ IDEA 2024.2 (Ultimate Edition) Build #IU-242.20224.300, built on August 6, 2024. |
PhpStorm-2024.2
|
The refactor was taking too long so I just released a fix in v15.0.2 that removes |
On 2024.2 EAP platform:
From
https://github.com/wakatime/jetbrains-wakatime/blob/master/src/com/wakatime/intellij/plugin/WakaTime.java#L581-L586
The text was updated successfully, but these errors were encountered: