diff --git a/src/main/asciidoc/faq.adoc b/src/main/asciidoc/faq.adoc index b2214309b..c6479a45b 100644 --- a/src/main/asciidoc/faq.adoc +++ b/src/main/asciidoc/faq.adoc @@ -5,7 +5,7 @@ == Common [qanda] -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: +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] ----