Skip to content

Commit

Permalink
Merge pull request #37731 from fhavel/query-debugging-log-category
Browse files Browse the repository at this point in the history
Query logging is beeing done in io.quarkus.mongodb.panache.common.runtime.MongoOperations
  • Loading branch information
gsmet authored Dec 18, 2023
2 parents e2b0e1a + f3746cb commit 9ba9fb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/mongodb-panache.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -746,7 +746,7 @@ This can be achieved by setting to DEBUG the following log category inside your

[source,properties]
----
quarkus.log.category."io.quarkus.mongodb.panache.runtime".level=DEBUG
quarkus.log.category."io.quarkus.mongodb.panache.common.runtime".level=DEBUG
----

== The PojoCodecProvider: easy object to BSON document conversion.
Expand Down

0 comments on commit 9ba9fb7

Please sign in to comment.