Skip to content

Commit

Permalink
Update extensions/datasource/runtime/src/main/java/io/quarkus/datasou…
Browse files Browse the repository at this point in the history
…rce/runtime/DevServicesBuildTimeConfig.java

Co-authored-by: George Gastaldi <gegastaldi@gmail.com>
  • Loading branch information
DeMol-EE and gastaldi authored Nov 12, 2024
1 parent 611f5e0 commit 0348db6
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@ public interface DevServicesBuildTimeConfig {
* <p>
* This has no effect if the provider is not a container-based database, such as H2 or Derby.
*/
Optional<Boolean> showLogs();
@WithDefault("false")
boolean showLogs();

/**
* The volumes to be mapped to the container.
Expand Down

0 comments on commit 0348db6

Please sign in to comment.