mirror of
https://github.com/keycloak/keycloak.git
synced 2026-04-25 16:39:42 -05:00
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user