Skip to content

Commit

Permalink
Upgrade to Quarkus 3.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmet committed Jul 24, 2024
1 parent 60800ca commit 2dd5149
Show file tree
Hide file tree
Showing 6 changed files with 1,542 additions and 1,542 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ public void close() throws IOException {
})) {
return scanner.nextLine();
} catch (Exception e) {
getLog().warn("Failed to collect user input for analytics", e);
getLog().debug("Failed to collect user input for analytics", e);
return "";
}
});
Expand Down
Loading

0 comments on commit 2dd5149

Please sign in to comment.