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

Migrate to Log4j #13

Merged
merged 6 commits into from
Oct 3, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update src/main/java/io/github/lambdatest/gradle/LambdaTestTask.java
Co-authored-by: Sri Harsha <12621691+harsha509@users.noreply.github.com>
  • Loading branch information
subhramit and harsha509 authored Oct 3, 2024
commit 3c27d21f76f860bf76f826cf232a339b61e2b068
Original file line number Diff line number Diff line change
@@ -70,7 +70,7 @@ public void runLambdaTest() {
logger.info("Test suite uploaded successfully with ID: {}", testSuiteId);
}
} catch (CompletionException e) {
logger.error("Failed to execute tasks: {}", e.getMessage());
logger.error("Failed to execute tasks: {}", e);
throw new RuntimeException(e);
}