From 5df5db5ee89444abc7e9fe9d517e0941dfcef134 Mon Sep 17 00:00:00 2001 From: Catalina Wei Date: Tue, 23 Mar 2010 18:17:28 +0000 Subject: [PATCH] OPENJPA-1585: Additional trace helps users to relate query or entity actions to SQL pushdowns fix typo in doc git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@926699 13f79535-47bb-0310-9956-ffa450edef68 --- openjpa-project/src/doc/manual/ref_guide_logging.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openjpa-project/src/doc/manual/ref_guide_logging.xml b/openjpa-project/src/doc/manual/ref_guide_logging.xml index 90beaf57f..fd476c2df 100644 --- a/openjpa-project/src/doc/manual/ref_guide_logging.xml +++ b/openjpa-project/src/doc/manual/ref_guide_logging.xml @@ -216,7 +216,7 @@ Pretty-printing properties configuration might look like so: openjpa.jdbc.SQLDiag: This logging channel provides additional information about entity actitvies such as create, find, update or delete, and eager -loading of relation or field properties. If you enable this channel, it is recommanded +loading of relation or field properties. If you enable this channel, it is recommended that openjpa.jdbc.SQL channel is also enabled. The additional trace can help you relate the entity activities to the execution of SQL statements that OpenJPA issued to the datastore.