DATAJPA-1556 - Fixes a typo in faq.adoc.

Original pull request: #382.
This commit is contained in:
David Lozano Jarque
2019-06-10 21:48:35 +02:00
committed by Jens Schauder
parent 1e00cc01e6
commit e0b8692a10

View File

@@ -5,7 +5,7 @@
== Common
[qanda]
I'd like to get more detailed logging information on what methods are called inside `JpaRepository` (for exmaple). How can I gain them? :: You can make use of `CustomizableTraceInterceptor` provided by Spring, as shown in the following example:
I'd like to get more detailed logging information on what methods are called inside `JpaRepository` (for example). How can I gain them? :: You can make use of `CustomizableTraceInterceptor` provided by Spring, as shown in the following example:
+
[source, xml]
----