Skip to content

Commit

Permalink
DBZ-7369 Support all log levels
Browse files Browse the repository at this point in the history
  • Loading branch information
jpechane committed Mar 7, 2024
1 parent 628988f commit 0bfdf2b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
</scm>

<properties>
<!-- Support all log levels in Debezium Server -->
<quarkus.log.min-level>TRACE</quarkus.log.min-level>

<!-- Debezium parent -->
<version.debezium>${project.version}</version.debezium>
</properties>
Expand Down

0 comments on commit 0bfdf2b

Please sign in to comment.