Skip to content

Commit

Permalink
Query logging is beeing done in io.quarkus.mongodb.panache.common.run…
Browse files Browse the repository at this point in the history
…time.MongoOperations
  • Loading branch information
fhavel authored Dec 14, 2023
1 parent ecdd3b2 commit f3746cb
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

Check warning on line 749 in docs/src/main/asciidoc/mongodb-panache.adoc

View workflow job for this annotation

GitHub Actions / Linting with Vale

[vale] reported by reviewdog 🐶 [Quarkus.Headings] Use sentence-style capitalization in 'The PojoCodecProvider: easy object to BSON document conversion.'. Raw Output: {"message": "[Quarkus.Headings] Use sentence-style capitalization in 'The PojoCodecProvider: easy object to BSON document conversion.'.", "location": {"path": "docs/src/main/asciidoc/mongodb-panache.adoc", "range": {"start": {"line": 749, "column": 65}}}, "severity": "INFO"}
----

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

Check warning on line 752 in docs/src/main/asciidoc/mongodb-panache.adoc

View workflow job for this annotation

GitHub Actions / Linting with Vale

[vale] reported by reviewdog 🐶 [Quarkus.HeadingPunctuation] Do not use end punctuation in headings. Raw Output: {"message": "[Quarkus.HeadingPunctuation] Do not use end punctuation in headings.", "location": {"path": "docs/src/main/asciidoc/mongodb-panache.adoc", "range": {"start": {"line": 752, "column": 43}}}, "severity": "INFO"}
Expand Down

0 comments on commit f3746cb

Please sign in to comment.