Skip to content

Commit

Permalink
Fix #500: Framework INFO to TRACE messages (#501)
Browse files Browse the repository at this point in the history
* Fix #500: Framework INFO to TRACE messages

* Update FrameworkType.java
  • Loading branch information
melloware authored Sep 8, 2023
1 parent fff18d9 commit 6a85e15
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ public static DetectedFramework detectFramework(LaunchModeBuildItem launchMode,
}

if (startScript == null || startCommand == null) {
LOG.info("Quinoa could not auto-detect the framework from package.json file.");
LOG.trace("Quinoa could not auto-detect the framework from package.json file.");
return new DetectedFramework();
}

Expand Down

0 comments on commit 6a85e15

Please sign in to comment.