Package io.quarkus.runtime
Interface DebugRuntimeConfig
@ConfigMapping(prefix="quarkus.debug")
@ConfigRoot(phase=RUN_TIME)
public interface DebugRuntimeConfig
Debugging.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
If set totrue
, Quarkus prints the wall-clock time each build step took to complete.
-
Method Details
-
printStartupTimes
@WithDefault("false") boolean printStartupTimes()If set totrue
, Quarkus prints the wall-clock time each build step took to complete. This is useful as a first step in debugging slow startup times.
-