parent
304897b226
commit
bf19c4b07e
2 changed files with 3 additions and 2 deletions
|
@ -75,10 +75,9 @@ public final class Build extends AbstractCommand implements Runnable {
|
|||
println(spec.commandLine(), "Updating the configuration and installing your custom providers, if any. Please wait.");
|
||||
|
||||
try {
|
||||
beforeReaugmentationOnWindows();
|
||||
|
||||
configureBuildClassLoader();
|
||||
|
||||
beforeReaugmentationOnWindows();
|
||||
QuarkusEntryPoint.main();
|
||||
|
||||
if (!isDevMode()) {
|
||||
|
|
|
@ -41,6 +41,8 @@ quarkus.http.non-application-root-path=/${quarkus.http.root-path}
|
|||
|
||||
# Disable specific categories from logs
|
||||
quarkus.log.category."io.quarkus.config".level=off
|
||||
quarkus.log.category."io.quarkus.arc.processor.BeanArchives".level=off
|
||||
quarkus.log.category."io.quarkus.arc.processor.IndexClassLookupUtils".level=off
|
||||
quarkus.log.category."io.quarkus.hibernate.orm.deployment.HibernateOrmProcessor".level=warn
|
||||
|
||||
# Set default directory name for the location of the transaction logs
|
||||
|
|
Loading…
Reference in a new issue